Skip to content

Commit

Permalink
fix: change output to GITHUB_OUTPUT
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham committed Mar 5, 2024
1 parent 3908348 commit 14b89cc
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 @@ -34,7 +34,7 @@ jobs:
AUDIT_OUTPUT=$(cargo audit)
TRIMMED_RESULTS=$(echo "$AUDIT_OUTPUT" | grep -vE '^│|^[[:space:]]')
echo "$TRIMMED_RESULTS"
echo "trimmed_results=$TRIMMED_RESULTS" >> $GITHUB_ENV
echo "trimmed_results=$TRIMMED_RESULTS" >> GITHUB_OUTPUT
- name: Post to Slack channel
id: slack
Expand Down

0 comments on commit 14b89cc

Please sign in to comment.