Skip to content

Commit e45f48a

Browse files
authored
Add --silent
1 parent cdc7bda commit e45f48a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/audit_consumers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: npm
1919
- run: npm ci
2020
- run: npm run build
21-
- run: npm run audit-consumers | tee issue-body.md
21+
- run: npm run audit-consumers --silent | tee issue-body.md
2222
- uses: peter-evans/create-issue-from-file@v5
2323
with:
2424
title: Automated report on web-features consumers

0 commit comments

Comments
 (0)