push upstream

This commit is contained in:
zack 2024-10-19 21:46:34 -04:00
parent 9067b1c42d
commit 2c27425b02
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -60,7 +60,7 @@ jobs:
git checkout -b ${{ env.BRANCH_NAME }}
git add .
git commit -m "chore: update flake dependencies"
git push origin ${{ env.BRANCH_NAME }}
git push -u origin ${{ env.BRANCH_NAME }}
- name: Create Pull Request
if: steps.update-flake.outputs.CHANGED == 'true'