Skip to content

Commit

Permalink
Ignore errors in get-changed-files
Browse files Browse the repository at this point in the history
When a set of commits is squashed and force pushed, it causes errors
with this action. See jitterbit/get-changed-files#11
  • Loading branch information
Xiol committed Dec 6, 2021
1 parent 38d97ae commit 1238d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Deployment CI
- name: Trigger Production Deployment CI
run: |
echo "Triggering CI from IP $(curl ip.lee.io)"
curl -X POST -sSf -m 10 -F "ref=master" -F token=$TRIGGER_TOKEN $PROJECT_URL > /dev/null
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Expand Up @@ -9,6 +9,7 @@ jobs:

- name: Get a list of changed files
uses: jitterbit/get-changed-files@v1
continue-on-error: true
id: changed_files

- name: Filter changed files by extension
Expand Down

0 comments on commit 1238d2f

Please sign in to comment.