Skip to content

Commit

Permalink
fix: define upstream branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Mar 12, 2024
1 parent 8a22f79 commit 86431e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
steps:
- name: Checkout patches
uses: actions/checkout@v4
with:
ref: master

- name: Checkout core
uses: actions/checkout@v4
Expand Down Expand Up @@ -49,4 +51,4 @@ jobs:
done
git push origin remove-unused-patches
gh pr create --title "Remove unused patches" --body "$(git log --oneline FETCH_HEAD..remove-unused-patches)"
gh pr create --title "Remove unused patches" --body "$(git log --oneline master..remove-unused-patches)"

0 comments on commit 86431e7

Please sign in to comment.