From 2c27425b02d843e785ff8aa121e1fc892c361434 Mon Sep 17 00:00:00 2001 From: zack Date: Sat, 19 Oct 2024 21:46:34 -0400 Subject: [PATCH] push upstream --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index df380b1..2bf857b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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'