Skip to content

Commit

Permalink
use a different action? pls work???
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhil Pillai committed Nov 18, 2024
1 parent 794e348 commit 7bcd6d9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gen-json-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: node
- run: cd scripting && npm ci && npm start
- name: Add & Commit
uses: EndBug/add-and-commit@v9.1.4
uses: stefanzweifel/git-auto-commit-action@v5
with:
add: rawspec
default_author: github_actions
fetch: true
message: actions—generate JSON langspec
commit_message: "Update JSON language specification"

0 comments on commit 7bcd6d9

Please sign in to comment.