We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f01a75 commit e22e417Copy full SHA for e22e417
.github/workflows/feature.yml
@@ -16,4 +16,4 @@ jobs:
16
contents: read
17
actions: write
18
checks: write
19
- uses: MatrixAI/.github/.github/workflows/library-js-feature.yml@feature-actions
+ uses: MatrixAI/.github/.github/workflows/library-js-feature.yml@master
.github/workflows/tag.yml
@@ -11,6 +11,6 @@ jobs:
11
permissions:
12
13
14
- uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@feature-actions
+ uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@master
15
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments