Skip to content

Commit

Permalink
debugging action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Apr 12, 2024
1 parent 146ec5a commit 11ac776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_vuln_thresholds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
other_threshold: 1

- name: Test threshold flag
run: return_code=${{ steps.inspector.outputs.vulnerability_threshold_exceeded }}; echo $return_code
run: export return_code=${{ steps.inspector.outputs.vulnerability_threshold_exceeded }}; echo $return_code; echo done


# only run if the previous step failed
Expand Down

0 comments on commit 11ac776

Please sign in to comment.