From 994dc2d653762fca14815b02580088645da513c6 Mon Sep 17 00:00:00 2001 From: relliv Date: Mon, 30 Sep 2024 00:21:54 +0300 Subject: [PATCH] Fix typo --- .github/workflows/bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index 66e8576..1280a32 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -115,7 +115,7 @@ jobs: git commit -m "chore: update dependencies on $DATE" || echo "No changes to commit" # Push changes to remote, force with lease for safety - git push --force-with-lease origin $BRANCH_NAME || exit 1 + git push --set-upstream origin $BRANCH_NAME || exit 1 - name: 🔀 Create Pull Request if: steps.check_changes.outputs.changes == 'true'