Skip to content

Commit

Permalink
ci: fix get-changed-files
Browse files Browse the repository at this point in the history
Ana06/[email protected] is a fork of
https://github.com/jitterbit/get-changed-files, which supports
`pull_request_target` and allow to filter files using regular
expressions.

As we need to use `pull_request_target`, Ana06/[email protected]
works, but jitterbit/get-changed-files@v1 doesn't.
  • Loading branch information
Ana06 committed May 27, 2021
1 parent c715288 commit c01746a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Get changed files
id: files
uses: jitterbit/get-changed-files@v1
uses: Ana06/get-changed-files@v1.1
- name: check changelog updated
id: changelog_updated
env:
Expand Down

0 comments on commit c01746a

Please sign in to comment.