We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81bac3 commit 0d29073Copy full SHA for 0d29073
1 file changed
.github/workflows/release-assistant.yml
@@ -21,6 +21,7 @@ jobs:
21
id: analysis
22
env:
23
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
+ GH_REPO: ${{ github.repository }}
25
PR_NUMBER: ${{ github.event.pull_request.number }}
26
run: |
27
CHANGED_FILES=$(gh pr view ${{ env.PR_NUMBER }} --json files --jq '.files[].path' | tr '\n' ' ')
0 commit comments