pull/7154/head
Gokhan Gulbiz 2023-08-22 17:05:09 +03:00
parent 7b1c662c4f
commit b22ecb0e34
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ runs:
/tmp/pg_upgrade_newData_logs
- name: Publish regression.diffs
run: |-
diffs = "$(find src/test/regress -name "*.diffs" -exec cat {} +)"
diffs="$(find src/test/regress -name "*.diffs" -exec cat {} +)"
if [ -z "$diffs" ]; then
echo '```diff' >> $GITHUB_STEP_SUMMARY
echo $diffs >> $GITHUB_STEP_SUMMARY