ci: fix duplicate git commit
This commit is contained in:
5
.github/workflows/dependency-check.yml
vendored
5
.github/workflows/dependency-check.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user