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 9d1b52f commit 3c9cb9aCopy full SHA for 3c9cb9a
README.md
@@ -48,7 +48,7 @@ on:
48
jobs:
49
Job:
50
name: Node.js
51
- uses: artusjs/github-actions/.github/workflows/node-test.yml@master
+ uses: artusjs/github-actions/.github/workflows/node-test.yml@v1
52
# 支持以下自定义配置,一般用默认值即可
53
# with:
54
# os: 'ubuntu-latest, macos-latest, windows-latest'
@@ -111,7 +111,7 @@ on:
111
112
release:
113
114
- uses: artusjs/github-actions/.github/workflows/node-release.yml@master
+ uses: artusjs/github-actions/.github/workflows/node-release.yml@v1
115
secrets:
116
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
117
0 commit comments