Skip to content

Commit 01418e7

Browse files
committed
Allow to continue on error in getting changed files due to HEAD being behind BASE
1 parent 526252f commit 01418e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate_script_json.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
target: .
1616
- name: Get list of files changed in this PR
1717
uses: jitterbit/get-changed-files@v1
18+
continue-on-error: true
1819
id: files-changed
1920
with:
2021
format: csv

0 commit comments

Comments
 (0)