Skip to content

Commit 3e1a31f

Browse files
authored
fix: refs node modules (#7)
* fix: mysqlVersion default value * fix: refs node-modules repo --------- Co-authored-by: raoha.rh <[email protected]>
1 parent ab1785c commit 3e1a31f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/node-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
action_ref:
3030
type: string
31-
description: 'Branch name for artusjs/github-actions, for test purpose'
31+
description: 'Branch name for node-modules/github-actions, for test purpose'
3232
default: master
3333

3434
jobs:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Checkout action repository
5252
uses: actions/checkout@v3
5353
with:
54-
repository: artusjs/github-actions
54+
repository: node-modules/github-actions
5555
path: action_repo
5656
ref: ${{ inputs.action_ref }}
5757

.github/workflows/node-test-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
action_ref:
2222
type: string
23-
description: 'Branch name for artusjs/github-actions, for test purpose'
23+
description: 'Branch name for node-modules/github-actions, for test purpose'
2424
default: master
2525

2626
mysql_version:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout
4242
uses: actions/checkout@v3
4343
with:
44-
repository: artusjs/github-actions
44+
repository: node-modules/github-actions
4545
path: action_repo
4646
ref: ${{ inputs.action_ref }}
4747

.github/workflows/node-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020

2121
action_ref:
2222
type: string
23-
description: 'Branch name for artusjs/github-actions, for test purpose'
23+
description: 'Branch name for node-modules/github-actions, for test purpose'
2424
default: master
2525

2626
jobs:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout
3636
uses: actions/checkout@v3
3737
with:
38-
repository: artusjs/github-actions
38+
repository: node-modules/github-actions
3939
path: action_repo
4040
ref: ${{ inputs.action_ref }}
4141

0 commit comments

Comments
 (0)