We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47faf4a commit 959c8ecCopy full SHA for 959c8ec
1 file changed
.github/workflows/weekly-api-diff.yml
@@ -34,7 +34,7 @@ jobs:
34
run: yarn build:api-published
35
36
- name: Generate diff
37
- run: yarn --silent compare:apis --isCI > /tmp/diff-current.txt || true
+ run: yarn compare:apis --isCI > /tmp/diff-current.txt || true
38
39
# Check out snapshots repo so we can read the previous diff and commit the new one
40
- uses: actions/checkout@v4
0 commit comments