Skip to content

Commit

Permalink
test: display $GITHUB_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
777abhi committed May 31, 2023
1 parent 8da0ed9 commit b56e252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflowA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- id: step1
env:
FIRST_WORD: "firstword=test"
run: echo $FIRST_WORD >> $GITHUB_ENV
run: echo $GITHUB_ENV
- id: step2
env:
SECOND_WORD: "secondword=value"
Expand Down

0 comments on commit b56e252

Please sign in to comment.