From 0e549492321993d74698a33be7d10fc2978fa15d Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Mon, 13 Dec 2021 09:51:04 -0800 Subject: [PATCH] fix(ci/nbviewer): continue on error see jitterbit/get-changed-files#11 for context when commits are pushed, then later squashed and re-pushed, the action can fail workaround is to continue on error, since the list of files changed is still correct --- .github/workflows/nbviewer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nbviewer.yml b/.github/workflows/nbviewer.yml index 6eb03909c..3865773cf 100644 --- a/.github/workflows/nbviewer.yml +++ b/.github/workflows/nbviewer.yml @@ -20,6 +20,7 @@ jobs: - name: get files id: files uses: jitterbit/get-changed-files@v1 + continue-on-error: true - name: add comments uses: actions/github-script@v3