Skip to content

Commit

Permalink
Add repository input (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Jan 29, 2025
1 parent 935aa75 commit 2b2c32c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/comment-on-asciidoc-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
# However, we are not running any code from the PR, so it's safe
# https://securitylab.github.com/resources/github-actions-preventing-pwn-requests/
ref: ${{ github.event.pull_request.head.sha }}
# This is needed when the action is run in a fork PR
# according to https://github.com/tj-actions/changed-files/blob/065e671731666959f9ea1bbbb7ddb8363a8ae9cd/src/commitSha.ts#L612-L621
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Get changed files
id: check-files
Expand Down

0 comments on commit 2b2c32c

Please sign in to comment.