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 935aa75 commit 20a810bCopy full SHA for 20a810b
.github/workflows/comment-on-asciidoc-changes.yml
@@ -19,6 +19,9 @@ jobs:
19
# However, we are not running any code from the PR, so it's safe
20
# https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
21
ref: ${{ github.event.pull_request.head.sha }}
22
+ # This is needed when the action is run in a fork PR
23
+ # according to https://github.com/tj-actions/changed-files/blob/065e671731666959f9ea1bbbb7ddb8363a8ae9cd/src/commitSha.ts#L612-L621
24
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
25
26
- name: Get changed files
27
id: check-files
0 commit comments