diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index 7a0b1be..5a17ab8 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -96,11 +96,6 @@ jobs: echo "" echo "Changes to template:" 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 }} - name: Create issue on failure