We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3902a55 commit b3eae71Copy full SHA for b3eae71
ql/src/test/test.yml
@@ -18,6 +18,7 @@ jobs:
18
- id: step1
19
env:
20
BODY: ${{ steps.step0.outputs.value}}
21
+ shell: powershell
22
run: |
23
Write-Output "::set-output name=MSG::$ENV{BODY}"
24
- id: step2
0 commit comments