From a491b6db419df2b81b5e00bcaa68bcea04af5922 Mon Sep 17 00:00:00 2001 From: Erik Ritter Date: Tue, 22 Sep 2020 14:41:15 -0700 Subject: [PATCH] fix: unbreak ci (#11003) --- .github/workflows/prefer-typescript.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prefer-typescript.yml b/.github/workflows/prefer-typescript.yml index c6bab635590..73f1766e5f2 100644 --- a/.github/workflows/prefer-typescript.yml +++ b/.github/workflows/prefer-typescript.yml @@ -32,6 +32,7 @@ jobs: - if: steps.check.outputs.js_files_added name: Add Comment to PR uses: unsplash/comment-on-pr@master + continue-on-error: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: