ci: checkout and commit new deps
This commit is contained in:
3
.github/workflows/dependency-check.yml
vendored
3
.github/workflows/dependency-check.yml
vendored
@@ -95,6 +95,9 @@ jobs:
|
|||||||
echo ""
|
echo ""
|
||||||
echo "Changes to template:"
|
echo "Changes to template:"
|
||||||
git diff Cargo.toml.liquid
|
git diff Cargo.toml.liquid
|
||||||
|
git checkout -b ${{ github.actor }}:deps/auto-upgrade-${{ github.run_number }}
|
||||||
|
git add Cargo.toml.liquid
|
||||||
|
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