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 8a9cc3c commit cb6b983Copy full SHA for cb6b983
.github/workflows/build.yml
@@ -1,9 +1,9 @@
1
-name: Deploy spec
+name: Render spec
2
3
on: [push, pull_request]
4
5
jobs:
6
- build:
+ job:
7
runs-on: ubuntu-latest
8
9
steps:
@@ -13,7 +13,7 @@ jobs:
13
node-version: '12.x'
14
- run: npm install
15
- run: npm run build
16
- - name: commit changes (if on main repo primary branch)
+ - name: Commit changes to main repository
17
if: github.event.repository.fork == false && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' )
18
uses: elstudio/actions-js-build/commit@v3
19
with:
0 commit comments