Skip to content

Commit

Permalink
chore(deps): bump dkershner6/reaction-action from 1 to 2 (#5331)
Browse files Browse the repository at this point in the history
Bumps [dkershner6/reaction-action](https://github.com/dkershner6/reaction-action) from 1 to 2.
- [Release notes](https://github.com/dkershner6/reaction-action/releases)
- [Commits](dkershner6/reaction-action@v1...v2)

---
updated-dependencies:
- dependency-name: dkershner6/reaction-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 074f3ed commit 79e6535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
TEST_CLUSTER_NAME: keda-e2e-cluster-pr

- name: React to comment with success
uses: dkershner6/reaction-action@v1
uses: dkershner6/reaction-action@v2
if: steps.test.outcome == 'success'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -200,7 +200,7 @@ jobs:
details_url: https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}

- name: React to comment with failure
uses: dkershner6/reaction-action@v1
uses: dkershner6/reaction-action@v2
if: steps.test.outcome != 'success'
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 79e6535

Please sign in to comment.