Skip to content

Commit

Permalink
test: git official docs
Browse files Browse the repository at this point in the history
  • Loading branch information
777abhi committed May 31, 2023
1 parent 3b7547f commit 2c413ee
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/workflowA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
output2: ${{ steps.step2.outputs.secondword }}
steps:
- id: step1
env:
FIRST_WORD: "firstword=test"
run: echo "$GITHUB_ENV"
run: echo "firstword=hello" >> $GITHUB_OUTPUT
- id: step2
env:
SECOND_WORD: "secondword=value"
run: echo $SECOND_WORD >> $GITHUB_ENV
run: echo "secondword=world" >> $GITHUB_OUTPUT

0 comments on commit 2c413ee

Please sign in to comment.