Skip to content

Commit

Permalink
fix: fix indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Mar 5, 2024
1 parent 70898ad commit e534b6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/periodic-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ jobs:
id: cargo-audit
run: |
AUDIT_OUTPUT=$(cargo audit)
# TRIMMED_RESULTS=$(echo "$AUDIT_OUTPUT" | grep -vE '^│|^[[:space:]]')
# echo "$TRIMMED_RESULTS"
echo "trimmed_results=$AUDIT_OUTPUT" >> GITHUB_OUTPUT
- name: Post to Slack channel
Expand Down

0 comments on commit e534b6e

Please sign in to comment.