We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc7bda commit e45f48aCopy full SHA for e45f48a
1 file changed
.github/workflows/audit_consumers.yml
@@ -18,7 +18,7 @@ jobs:
18
cache: npm
19
- run: npm ci
20
- run: npm run build
21
- - run: npm run audit-consumers | tee issue-body.md
+ - run: npm run audit-consumers --silent | tee issue-body.md
22
- uses: peter-evans/create-issue-from-file@v5
23
with:
24
title: Automated report on web-features consumers
0 commit comments