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 f557137 commit a6fbf89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/temp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest

outputs:
env-variable: ${{ steps.set-env-variable.outputs.env_variable }}
env-variable: ${{ steps.set-env-variable.outputs.env-variable }}

steps:
- name: Set Environment Variable
id: set-env-variable
run: echo "env-variable=Hello from Job 1" >> $GITHUB_ENV
run: echo "env-variable=Hello" >> $GITHUB_ENV

show-variable:
needs: create-variable
Expand Down

0 comments on commit a6fbf89

Please sign in to comment.