Skip to content

Commit ec4f743

Browse files
authored
Merge branch 'main' into add-query-cancellation-token-support
2 parents e6659c5 + 0d29073 commit ec4f743

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-assistant.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
id: analysis
2222
env:
2323
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
GH_REPO: ${{ github.repository }}
2425
PR_NUMBER: ${{ github.event.pull_request.number }}
2526
run: |
2627
CHANGED_FILES=$(gh pr view ${{ env.PR_NUMBER }} --json files --jq '.files[].path' | tr '\n' ' ')

0 commit comments

Comments
 (0)