From 4ef3830b6b42dfb9bc1963e98e603c9c78d39b34 Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Fri, 4 Jun 2021 14:03:41 +0200 Subject: [PATCH] Use Ana06/get-changed-files@v1.2 Use Ana06/get-changed-files@v1.2 which removes the _head commit is ahead of the base commit_ check. This made the action failed in not up-to-date branches (in which rebasing is needed). It supersedes https://github.com/fireeye/capa/pull/599 --- .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 7d42f3e5..63858cb8 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Get changed files id: files - uses: Ana06/get-changed-files@v1.1 + uses: Ana06/get-changed-files@v1.2 - name: check changelog updated id: changelog_updated env: