Skip to content

Commit e22e417

Browse files
committed
fix: rename workflows
1 parent 0f01a75 commit e22e417

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
contents: read
1717
actions: write
1818
checks: write
19-
uses: MatrixAI/.github/.github/workflows/library-js-feature.yml@feature-actions
19+
uses: MatrixAI/.github/.github/workflows/library-js-feature.yml@master

.github/workflows/tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
permissions:
1212
contents: read
1313
actions: write
14-
uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@feature-actions
14+
uses: MatrixAI/.github/.github/workflows/library-js-tag.yml@master
1515
secrets:
1616
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)