push upstream
This commit is contained in:
parent
9067b1c42d
commit
2c27425b02
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
git checkout -b ${{ env.BRANCH_NAME }}
|
git checkout -b ${{ env.BRANCH_NAME }}
|
||||||
git add .
|
git add .
|
||||||
git commit -m "chore: update flake dependencies"
|
git commit -m "chore: update flake dependencies"
|
||||||
git push origin ${{ env.BRANCH_NAME }}
|
git push -u origin ${{ env.BRANCH_NAME }}
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: steps.update-flake.outputs.CHANGED == 'true'
|
if: steps.update-flake.outputs.CHANGED == 'true'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue