From bce0d791a2a05ae4e875dfe8105ef42cf2e4d952 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Sun, 28 Apr 2024 23:22:01 -0400 Subject: [PATCH] CI: continue job even when updating issue fails --- .github/workflows/update_apps.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update_apps.yml b/.github/workflows/update_apps.yml index 08d85bcc40..a1bf8d9fe5 100644 --- a/.github/workflows/update_apps.yml +++ b/.github/workflows/update_apps.yml @@ -387,6 +387,9 @@ jobs: ${{ env.ALL_UPDATED_APPS }} - name: Create or Update issue + # don't error if this step fails + # an upstream bug with no fix causes this to sometimes fail https://github.com/JasonEtco/create-an-issue/issues/142 + continue-on-error: true if: ${{ needs.get-latest-app-versions.outputs.FAILED_APPS != '' || env.ALL_FAILED_APPS_ERROR_STRING != '' }} uses: JasonEtco/create-an-issue@v2 env: