Skip to content

Commit

Permalink
fix: gha parenthesis position
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed Feb 20, 2024
1 parent 6b79a5b commit 5dfe3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/copacetic-action/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
run: |
JSON_REPORT_PATH=$(mktemp)
echo "$JSON_REPORT" > $JSON_REPORT_PATH
RESULT="$(devbox run -- go run main.go markdown $JSON_REPORT_PATH) --print-cves=${{ inputs.report-cves }}"
RESULT="$(devbox run -- go run main.go markdown $JSON_REPORT_PATH --print-cves=${{ inputs.report-cves }})"
echo "$RESULT" >> $GITHUB_STEP_SUMMARY
env:
JSON_REPORT: ${{ steps.execute-patch.outputs.result }}
Expand Down

0 comments on commit 5dfe3c8

Please sign in to comment.