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 7e903e6 commit 920cbe7
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 @@ -20,4 +20,4 @@ jobs:
steps:
- name: Display Environment Variable
run: |
echo "Environment Variable: ${{ jobs.create-variable.steps.set-env-variable.outputs.envvar }}"
echo "Environment Variable: ${{ needs.create-variable.steps.set-env-variable.outputs.envvar }}"

0 comments on commit 920cbe7

Please sign in to comment.