Skip to content

Commit b546b61

Browse files
authored
[Test Setup Shell Environment Variable] Fix Script
1 parent 15fdbf0 commit b546b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-shell-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup EXPORT Script
1414
run: |
1515
echo 'export TEST="Hello, GitHub!"' > set-env.sh
16-
echo 'echo \'TEST="Hello, GitHub!"\'' >> $GITHUB_ENV
16+
echo $'echo \'TEST="Hello, GitHub!"\'' >> $GITHUB_ENV
1717
- name: Run the EXPORT Script
1818
run: |
1919
/bin/zsh set-env.sh

0 commit comments

Comments
 (0)