ci: fix duplicate git commit

This commit is contained in:
fa-sharp
2026-02-20 03:14:02 -05:00
parent da2129344d
commit e0f91c6c80

View File

@@ -96,11 +96,6 @@ jobs:
echo "" echo ""
echo "Changes to template:" echo "Changes to template:"
git diff Cargo.toml.liquid git diff Cargo.toml.liquid
git checkout -b deps/auto-upgrade-${{ github.run_number }}
git add Cargo.toml.liquid
git config user.email "bot@gitea.actions"
git config user.name "Dependency Bot"
git commit -m "chore: upgrade dependencies"
working-directory: ${{ github.workspace }} working-directory: ${{ github.workspace }}
- name: Create issue on failure - name: Create issue on failure