diff --git a/.github/workflows/periodic-audit.yaml b/.github/workflows/periodic-audit.yaml index 226f75800..65cfc97ff 100644 --- a/.github/workflows/periodic-audit.yaml +++ b/.github/workflows/periodic-audit.yaml @@ -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