diff --git a/.gitea/workflows/build-develop-branch.yml b/.gitea/workflows/build-develop-branch.yml index 98515fc..c7426d3 100644 --- a/.gitea/workflows/build-develop-branch.yml +++ b/.gitea/workflows/build-develop-branch.yml @@ -12,6 +12,7 @@ jobs: - uses: http://sigyl.com:3000/actions/checkout@v3.5.4 with: token: ${{ secrets.BOT_TOKEN }} + fetch-depth: '10' - uses: http://sigyl.com:3000/actions/setup-node@v3 with: node-version: '20' diff --git a/.gitea/workflows/convert-build-to-yml.yml b/.gitea/workflows/convert-build-to-yml.yml index 0019cfe..b850519 100644 --- a/.gitea/workflows/convert-build-to-yml.yml +++ b/.gitea/workflows/convert-build-to-yml.yml @@ -16,10 +16,6 @@ jobs: - uses: http://sigyl.com:3000/actions/setup-node@v3 with: node-version: '20' - - name: fetch - run: | - git fetch origin --depth=10 - git pull - name: log run: git log -10 - uses: http://sigyl.com:3000/actions/batch2yaml@master