We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff6bde commit ab590dfCopy full SHA for ab590df
1 file changed
.github/workflows/sync-api.yml
@@ -13,9 +13,6 @@ jobs:
13
with:
14
ref: main
15
16
- - name: Setup Pages
17
- uses: actions/configure-pages@v2
18
-
19
- name: Setup Node.js
20
uses: actions/setup-node@v3
21
@@ -25,7 +22,7 @@ jobs:
25
22
- name: Install NPM packages
26
23
run: npm ci
27
24
28
- - name: 'Retrieve Sync API specifications'
+ - name: 'Sync API specifications'
29
shell: bash
30
run: |
31
npm run sync-api
0 commit comments