Skip to content

Commit

Permalink
store pat output, and (hopefully) cause step to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-githubs committed Nov 12, 2024
1 parent d057e18 commit c3ca450
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-packs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
continue-on-error: true
id: check-packs
run: |
# Get the output for the PR comment body
panther_analysis_tool check-packs 2> errors.txt
echo "errors=`cat errors.txt`" >> $GITHUB_OUTPUT
# Run again to get the exit code
panther_analysis_tool check-packs
- name: Comment PR
Expand Down

0 comments on commit c3ca450

Please sign in to comment.