Skip to content

Commit 69dcab9

Browse files
authored
Merge pull request #230054 from Homebrew/missing-repo-flag
workflows/triage: add missing `--repo` flag
2 parents 86a72d8 + 03cf1ab commit 69dcab9

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)