Skip to content

Commit cb6b983

Browse files
committed
Meta: Improve GitHub actions text
1 parent 8a9cc3c commit cb6b983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy spec
1+
name: Render spec
22

33
on: [push, pull_request]
44

55
jobs:
6-
build:
6+
job:
77
runs-on: ubuntu-latest
88

99
steps:
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '12.x'
1414
- run: npm install
1515
- run: npm run build
16-
- name: commit changes (if on main repo primary branch)
16+
- name: Commit changes to main repository
1717
if: github.event.repository.fork == false && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' )
1818
uses: elstudio/actions-js-build/commit@v3
1919
with:

0 commit comments

Comments
 (0)