Skip to content

Commit

Permalink
Update test-2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rindeal authored May 23, 2024
1 parent ff8f5ef commit 032b3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
pprint_env_vars() {
echo "Env:"
env | sort | awk -F '=' '{ printf(" %-25s = ", $1); for (i = 2; i <= NF; i++) printf("%s", $i); print ""; }'
env | sort | awk -F '=' '{ printf(" %-25s = '", $1); for (i = 2; i <= NF; i++) printf("%s", $i); print "'"; }'
}
maybe_pprint_file_content() {
Expand Down

0 comments on commit 032b3ce

Please sign in to comment.