We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fdbf0 commit b546b61Copy full SHA for b546b61
.github/workflows/setup-shell-env.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup EXPORT Script
14
run: |
15
echo 'export TEST="Hello, GitHub!"' > set-env.sh
16
- echo 'echo \'TEST="Hello, GitHub!"\'' >> $GITHUB_ENV
+ echo $'echo \'TEST="Hello, GitHub!"\'' >> $GITHUB_ENV
17
- name: Run the EXPORT Script
18
19
/bin/zsh set-env.sh
0 commit comments