Skip to content

Commit 11e392d

Browse files
committed
Specify repo directly so checkout is not needed (quantumlib#1033)
1 parent bfc3163 commit 11e392d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-pr-trimmer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
GH_TOKEN: ${{github.token}}
4747
pr-number: ${{inputs.pr-number || github.event.pull_request.number}}
4848
run: |
49-
gh pr view ${{env.pr-number}} --json body --jq .body |\
49+
gh pr view ${{env.pr-number}} -R ${{github.repository}} --json body -q .body |\
5050
sed '/(dependabot-automerge-end)/,/<\/details>/d' |\
51-
gh pr edit ${{env.pr-number}} --body-file -
51+
gh pr edit ${{env.pr-number}} -R ${{github.repository}} --body-file -

0 commit comments

Comments
 (0)