build/1003 -> develop/1003
build-develop-branch / build-branch (push) Failing after 26s
Details
build-develop-branch / build-branch (push) Failing after 26s
Details
This commit is contained in:
parent
5efdb3a21d
commit
ac6ceab2cc
|
@ -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