Skip to content

Commit

Permalink
fix(ci/nbviewer): continue on error
Browse files Browse the repository at this point in the history
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
  • Loading branch information
thekaveman committed Dec 13, 2021
1 parent a75bd9a commit 74fbc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nbviewer.yml
Expand Up @@ -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
Expand Down

0 comments on commit 74fbc84

Please sign in to comment.