Skip to content

Commit 03cf1ab

Browse files
committed
workflows/triage: add missing --repo flag
See Homebrew/homebrew-cask#220033.
1 parent 86a72d8 commit 03cf1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: steps.base.outputs.branch == 'master'
6060
env:
6161
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
run: gh pr edit "${PR}" --base main
62+
run: gh pr edit "${PR}" --base main --repo "${GITHUB_REPOSITORY}"
6363

6464
- name: Post comment
6565
if: steps.base.outputs.branch == 'master'

0 commit comments

Comments
 (0)