diff --git a/.github/workflows/dependency-check.yml b/.github/workflows/dependency-check.yml index c5115a5..34934b0 100644 --- a/.github/workflows/dependency-check.yml +++ b/.github/workflows/dependency-check.yml @@ -95,7 +95,7 @@ jobs: echo "" echo "Changes to template:" git diff Cargo.toml.liquid - git checkout -b ${{ github.actor }}:deps/auto-upgrade-${{ github.run_number }} + git checkout -b deps/auto-upgrade-${{ github.run_number }} git add Cargo.toml.liquid git commit -m "chore: upgrade dependencies" working-directory: ${{ github.workspace }}