We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5259a6e + 1508546 commit 12b3913Copy full SHA for 12b3913
1 file changed
javascript/ql/src/Security/CWE-094/examples/comment_issue_good.yml
@@ -7,4 +7,4 @@ jobs:
7
- env:
8
BODY: ${{ github.event.issue.body }}
9
run: |
10
- echo '$BODY'
+ echo "$BODY"
0 commit comments