Skip to content

Commit

Permalink
fix: add or true statement to cargo audit
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Mar 6, 2024
1 parent 9eab08d commit c2e9a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/periodic-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run cargo audit
id: cargo-audit
run: |
cargo audit
cargo audit || true
# audit_output=$(cargo audit)
# echo "trimmed_results=audit_output" >> GITHUB_OUTPUT

Expand Down

0 comments on commit c2e9a9a

Please sign in to comment.