Skip to content

Commit

Permalink
Merge pull request #5709 from rubyforgood/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/github-script-7

build(deps): bump actions/github-script from 6 to 7
  • Loading branch information
compwron authored May 16, 2024
2 parents c68fd50 + e8e3714 commit 77c938f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/combine_and_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# In this step we set the status of the job. Normally in case of failures, the next steps fail, so we have to
# use `if: always()` to make sure the next steps run.
if: ${{ steps.test_summary.outputs.failed > 0 }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
core.setFailed('There are test failures')

0 comments on commit 77c938f

Please sign in to comment.