Further command injection mitigation

This commit is contained in:
Matisse Hack
2022-12-14 12:51:00 -08:00
committed by GitHub
parent a6eac1f5b7
commit 8b674ba4b4

View File

@@ -63,7 +63,7 @@ jobs:
COMMENT_BODY: ${{ github.event.comment.body }}
LABELS: ${{ toJSON(github.event.issue.labels.*.name) }}
run: |
./bin/parse_issue "${{ env.ISSUE_BODY }}" "${{ env.COMMENT_BODY }}" "${{ env.LABELS }}"
./bin/parse_issue "$ISSUE_BODY" "$COMMENT_BODY" "$LABELS"
- name: Validate arguments
run: |
if [ -z "${{ steps.prepare.outputs.provider }}" ]; then