From 38d41e2f59de1d2bac00508ff4f6f09f63da88c4 Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Wed, 19 May 2021 22:29:03 +0200 Subject: [PATCH] ci: fix get-changed-files Ana06/get-changed-files@v1.1 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/get-changed-files@v1.1 works, but jitterbit/get-changed-files@v1 doesn't. --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 8c4aeffd..7d42f3e5 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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: