kkkkqqqq
convert-to-yml / develop-branch (push) Failing after 22s Details

This commit is contained in:
giles 2023-10-23 00:25:59 +01:00
parent ba8d96c5d7
commit c4342a827f
2 changed files with 1 additions and 4 deletions

View File

@ -12,6 +12,7 @@ jobs:
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with: with:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
fetch-depth: '10'
- 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'

View File

@ -16,10 +16,6 @@ jobs:
- 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'
- name: fetch
run: |
git fetch origin --depth=10
git pull
- name: log - name: log
run: git log -10 run: git log -10
- uses: http://sigyl.com:3000/actions/batch2yaml@master - uses: http://sigyl.com:3000/actions/batch2yaml@master