...
convert-to-yml / develop-branch (push) Successful in 33s
Details
convert-to-yml / develop-branch (push) Successful in 33s
Details
This commit is contained in:
parent
1437031ab3
commit
6b60cae14a
|
@ -17,7 +17,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
- run: git fetch
|
- run: git fetch
|
||||||
- name: actor
|
- env: env
|
||||||
run: printenv
|
run: printenv
|
||||||
- uses: http://sigyl.com:3000/actions/batch2yaml@master
|
- uses: http://sigyl.com:3000/actions/batch2yaml@master
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -13,6 +13,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.BOT_TOKEN }}
|
token: ${{ secrets.BOT_TOKEN }}
|
||||||
fetch-depth: '10'
|
fetch-depth: '10'
|
||||||
|
- env: env
|
||||||
|
run: printenv
|
||||||
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
- uses: http://sigyl.com:3000/actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: '20'
|
node-version: '20'
|
||||||
|
|
Loading…
Reference in New Issue