Skip to content

Commit 20a810b

Browse files

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/comment-on-asciidoc-changes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
# However, we are not running any code from the PR, so it's safe
2020
# https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
2121
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 }}
2225

2326
- name: Get changed files
2427
id: check-files

0 commit comments

Comments
 (0)