Skip to content

Commit

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

0 comments on commit 8da0ed9

Please sign in to comment.