File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
3434jobs :
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
Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change 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
2626jobs :
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
You can’t perform that action at this time.
0 commit comments