From a8d25854f2a4873dbbb4d6ffe69646f8b92fd794 Mon Sep 17 00:00:00 2001 From: VictorSanh Date: Tue, 8 Jun 2021 03:00:53 +0000 Subject: [PATCH] workaround jitterbit error in GH actions taken from https://github.com/jitterbit/get-changed-files/issues/11 --- .github/workflows/show_new_templates.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/show_new_templates.yml b/.github/workflows/show_new_templates.yml index e06e48bf1..a0ee62506 100644 --- a/.github/workflows/show_new_templates.yml +++ b/.github/workflows/show_new_templates.yml @@ -6,7 +6,7 @@ on: pull_request: branches: [ main ] workflow_dispatch: - + jobs: build: runs-on: ubuntu-latest @@ -24,6 +24,7 @@ jobs: pip install -r requirements.txt - id: files uses: jitterbit/get-changed-files@v1 + continue-on-error: true - name: Prompt outputs run: | for changed_file in ${{ steps.files.outputs.all }}; do