Skip to content

Commit

Permalink
test: double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
777abhi committed May 31, 2023
1 parent f8cadac commit 3b7547f
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 '$GITHUB_ENV'
run: echo "$GITHUB_ENV"
- id: step2
env:
SECOND_WORD: "secondword=value"
Expand Down

0 comments on commit 3b7547f

Please sign in to comment.