We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d0a7f commit 6fb44e7Copy full SHA for 6fb44e7
1 file changed
README.md
@@ -27,6 +27,7 @@ on:
27
permissions:
28
contents: write
29
pull-requests: write
30
+ issues: write
31
32
jobs:
33
update-code-json:
@@ -37,21 +38,8 @@ jobs:
37
38
with:
39
fetch-depth: 0
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
48
- go-version: "1.22"
49
50
- - name: Install SCC
51
- run: go install github.com/boyter/scc/v3@latest
52
53
- name: Update code.json
54
- uses: DSACMS/automated-codejson-generator@main
+ uses: DSACMS/automated-codejson-generator@v1.0.0
55
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
BRANCH: "main"
0 commit comments