kkkk
convert-to-yml / develop-branch (push) Failing after 23s Details

This commit is contained in:
giles 2023-10-23 00:20:21 +01:00
parent 7b0a7bca42
commit 92a89b2a1b
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ jobs:
with:
node-version: '20'
- name: fetch
run: git fetch --depth=10
run: |
git fetch origin --depth=10
- name: log
run: git log -10
- uses: http://sigyl.com:3000/actions/batch2yaml@master