will this work
This commit is contained in:
parent
aa6227ea1a
commit
44fe5ab255
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-framework-dep.yml
vendored
2
.github/workflows/update-framework-dep.yml
vendored
|
|
@ -35,6 +35,6 @@ jobs:
|
||||||
git config user.email "github-actions[bot]@users.noreply.github.com"
|
git config user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Auto-update HTMGO dependencies"
|
git commit -m "Auto-update HTMGO dependencies"
|
||||||
git push origin master
|
git push https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue