Skip to content

Commit

Permalink
ci: fix branch name in update-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored and Liassica committed Apr 10, 2024
1 parent ddd1a97 commit 5a1031c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
GH_TOKEN: ${{ github.token }}
run: |
if ! git diff --color=always --exit-code origin/main; then
git fetch origin foo || true
git fetch origin "$PR_BRANCH" || true
git push --force-with-lease -u origin "$PR_BRANCH"
open_prs="$(gh pr list --base main --head "$PR_BRANCH" | wc -l)"
Expand Down

0 comments on commit 5a1031c

Please sign in to comment.