Merge pull request #13511 from tspascoal/patch-1

JS: Single quote was preventing the shell from expanding the BODY variable in Expression injection in Actions example
This commit is contained in:
Erik Krogh Kristensen
2023-06-21 09:57:20 +02:00
committed by GitHub

View File

@@ -7,4 +7,4 @@ jobs:
- env:
BODY: ${{ github.event.issue.body }}
run: |
echo '$BODY'
echo "$BODY"