Skip to content

Commit 6fb44e7

Browse files
Update README.md
1 parent 69d0a7f commit 6fb44e7

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ on:
2727
permissions:
2828
contents: write
2929
pull-requests: write
30+
issues: write
3031

3132
jobs:
3233
update-code-json:
@@ -37,21 +38,8 @@ jobs:
3738
with:
3839
fetch-depth: 0
3940

40-
- name: Setup Node.js
41-
uses: actions/setup-node@v4
42-
with:
43-
node-version: "20"
44-
45-
- name: Setup Go
46-
uses: actions/setup-go@v5
47-
with:
48-
go-version: "1.22"
49-
50-
- name: Install SCC
51-
run: go install github.com/boyter/scc/v3@latest
52-
5341
- name: Update code.json
54-
uses: DSACMS/automated-codejson-generator@main
42+
uses: DSACMS/automated-codejson-generator@v1.0.0
5543
with:
5644
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5745
BRANCH: "main"

0 commit comments

Comments
 (0)