Skip to content

Commit 4d1bbe3

Browse files
authored
Merge branch 'main' into main
2 parents 7dfb404 + 12b3913 commit 4d1bbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/Security/CWE-094/examples/comment_issue_good.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
- env:
88
BODY: ${{ github.event.issue.body }}
99
run: |
10-
echo '$BODY'
10+
echo "$BODY"

0 commit comments

Comments
 (0)