Skip to content

Commit 15fdbf0

Browse files
authored
[Test Setup Shell Environment Variable] Setup $GITHUB_ENV
1 parent 3228340 commit 15fdbf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +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
1617
- name: Run the EXPORT Script
1718
run: |
1819
/bin/zsh set-env.sh

0 commit comments

Comments
 (0)