Skip to content

Commit

Permalink
continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed Dec 5, 2023
1 parent 5748df2 commit 7c078f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/check-upstream-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
run: git config --global user.email [email protected]
shell: bash
- name: Run upgrade-provider upstream check
continue-on-error: true
id: upstream_version
run: |
upgrade-provider "$REPO" --kind="check-upstream-version"
upgrade-provider "$REPO" --kind=check-upstream-version
shell: bash
- name: Report success
if: ${{ steps.upstream_version.outcome == 'success' }}
uses: rtCamp/action-slack-notify@v2
Expand Down

0 comments on commit 7c078f0

Please sign in to comment.