Skip to content

Commit

Permalink
CI: continue job even when updating issue fails
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Apr 29, 2024
1 parent b7d0510 commit bce0d79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bce0d79

Please sign in to comment.