Sent errors through the pipe

This commit is contained in:
Raphaël Walther
2022-11-16 14:28:45 +01:00
parent 91653d13c6
commit 5daea675e7
+2 -2
View File
@@ -18,8 +18,8 @@ jobs:
- name: Run cargo deny
run: |
find . -name Cargo.toml -exec cargo deny --manifest-path {} check \
advisories -A advisory-not-detected --hide-inclusion-graph \; | \
uniq &> .github/workflows/support-files/notifications/deny.message
advisories -A advisory-not-detected --hide-inclusion-graph \; &> \
>(uniq &> .github/workflows/support-files/notifications/deny.message )
- uses: actions/upload-artifact@v3
with:
name: report