fix
This commit is contained in:
parent
60bce81522
commit
05d4d52171
15
.github/workflows/exp.yml
vendored
15
.github/workflows/exp.yml
vendored
|
@ -14,14 +14,7 @@ jobs:
|
||||||
uses: zpqrtbnk/gh-actions/experiment@master
|
uses: zpqrtbnk/gh-actions/experiment@master
|
||||||
with:
|
with:
|
||||||
mode: woot
|
mode: woot
|
||||||
|
|
||||||
- name: Embedded
|
|
||||||
uses: ./.github/actions/test-action
|
|
||||||
with:
|
|
||||||
name: NAME
|
|
||||||
path: PATH
|
|
||||||
version: VERSION
|
|
||||||
|
|
||||||
- name: Script
|
- name: Script
|
||||||
uses: zpqrtbnk/gh-actions/jsaction@master
|
uses: zpqrtbnk/gh-actions/jsaction@master
|
||||||
with:
|
with:
|
||||||
|
@ -39,3 +32,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Embedded
|
||||||
|
uses: ./.github/actions/test-action
|
||||||
|
with:
|
||||||
|
name: NAME
|
||||||
|
path: PATH
|
||||||
|
version: VERSION
|
||||||
|
|
Loading…
Reference in New Issue
Block a user