From 37c76c250edd67821ddfc45761ab751a16ec60fd Mon Sep 17 00:00:00 2001 From: xichen1 Date: Mon, 15 Feb 2021 20:20:49 -0700 Subject: [PATCH] temporarily fix bug of get changed files --- .github/workflows/directoriesFilesChangePR.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/directoriesFilesChangePR.yml b/.github/workflows/directoriesFilesChangePR.yml index a6305b9847..b2557cf13e 100644 --- a/.github/workflows/directoriesFilesChangePR.yml +++ b/.github/workflows/directoriesFilesChangePR.yml @@ -18,6 +18,7 @@ jobs: - uses: actions/checkout@v2 - uses: jitterbit/get-changed-files@v1 id: get_change + continue-on-error: true with: format: space-delimited token: ${{ secrets.GITHUB_TOKEN }}