Skip to content

Commit

Permalink
try env print
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Dec 27, 2023
1 parent 2f3b9ba commit f557137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/temp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Set Environment Variable
id: set-env-variable
run: echo "env_variable=Hello from Job 1" >> $GITHUB_ENV
run: echo "env-variable=Hello from Job 1" >> $GITHUB_ENV

show-variable:
needs: create-variable
Expand Down

0 comments on commit f557137

Please sign in to comment.