We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfd193 commit afabd50Copy full SHA for afabd50
.github/workflows/update-api-reports.yml
@@ -19,6 +19,8 @@ jobs:
19
node-version: 14.x
20
- name: Yarn install
21
run: yarn
22
+ - name: git log before
23
+ run: git log
24
- name: Update API reports
25
run: yarn ts-node-script scripts/exp/update-api-reports.ts
26
id: update-api-reports
0 commit comments