From c551efc4d8e6700887cff8642b5e962ac8344b89 Mon Sep 17 00:00:00 2001 From: Nathan Melehan Date: Fri, 7 May 2021 13:55:07 -0400 Subject: [PATCH] Integrate workaround for "head commit not ahead of base commit" Workaround proposed here: https://github.com/jitterbit/get-changed-files/issues/11#issuecomment-718254652 --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 554aa32380e..33ac3e24299 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -39,6 +39,7 @@ jobs: - name: Get Changed Files id: get_changed_files uses: jitterbit/get-changed-files@v1 + continue-on-error: true with: format: 'json' - name: Vale