Update dependency-check.yml
This commit is contained in:
4
.github/workflows/dependency-check.yml
vendored
4
.github/workflows/dependency-check.yml
vendored
@@ -237,10 +237,6 @@ jobs:
|
|||||||
git config user.name "Dependency Bot"
|
git config user.name "Dependency Bot"
|
||||||
git config user.email "bot@gitea.actions"
|
git config user.email "bot@gitea.actions"
|
||||||
|
|
||||||
# Set up authenticated remote URL (works with both http and https)
|
|
||||||
SERVER_URL="${{ github.server_url }}"
|
|
||||||
git remote set-url origin "${SERVER_URL/\/\//\/\/${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@}/${{ github.repository }}"
|
|
||||||
|
|
||||||
# Commit and push changes
|
# Commit and push changes
|
||||||
git checkout -b "deps/auto-upgrade-${{ github.run_number }}"
|
git checkout -b "deps/auto-upgrade-${{ github.run_number }}"
|
||||||
git add Cargo.toml.liquid
|
git add Cargo.toml.liquid
|
||||||
|
|||||||
Reference in New Issue
Block a user