Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglonghong committed Aug 4, 2024
1 parent 343bfe5 commit 75b72ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set Environment Variable
id: set-env
run: |
echo "MY_ENV_VAR=HelloWorld" >> $GITHUB_ENV
echo "MY_ENV_VAR=HelloWorld" >> $GITHUB_OUTPUT
outputs:
my_env_var: ${{ steps.set-env.outputs.MY_ENV_VAR }}

Expand Down

0 comments on commit 75b72ac

Please sign in to comment.