summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Eizinger2022-01-27 20:21:16 +1100
committerThomas Eizinger2022-01-27 20:21:16 +1100
commit4ea8d8894ed0dd7193f705671261c055ccbb0e6f (patch)
tree6b7d45ea815c9d6f90fe361dc08d1abcc1ad7a25
parent87dced2b8d7a2c5d20bff0e8216d9a5819cb87dd (diff)
downloadaur-4ea8d8894ed0dd7193f705671261c055ccbb0e6f.tar.gz
Set upstream branch accordingly
-rwxr-xr-xcheck_for_update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/check_for_update.sh b/check_for_update.sh
index d789304c3c82..821039ebf714 100755
--- a/check_for_update.sh
+++ b/check_for_update.sh
@@ -32,6 +32,6 @@ git config --local user.email "thomas@eizinger.io"
git checkout -b "bump-photoprism-$LATEST_RELEASE"
git commit -a -m "Upgrade photoprism to $LATEST_RELEASE"
-git push origin
+git push origin "bump-photoprism-$LATEST_RELEASE"
gh pr create --title "Upgrade photoprism to $LATEST_RELEASE" --head