...
convert-to-yml / develop-branch (push) Successful in 33s Details

This commit is contained in:
gilesb 2023-10-23 13:45:53 +01:00
parent 1437031ab3
commit 6b60cae14a
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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'