Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
build(deps): bump peter-evans/repository-dispatch from 1 to 2 (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 5, 2022
1 parent 0e27921 commit 8e87fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-keptn-keptn-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
steps:
- name: Trigger go-utils auto update in core repo
if: github.event_name == 'workflow_dispatch'
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.KEPTN_BOT_TOKEN }}
repository: 'keptn/keptn'
event-type: go-utils-update
client-payload: '{"go-utils-target": "${{ github.sha }}"}'
- name: Trigger go-utils auto update in core repo
if: github.event_name == 'push'
uses: peter-evans/repository-dispatch@v1
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.KEPTN_BOT_TOKEN }}
repository: 'keptn/keptn'
Expand Down

0 comments on commit 8e87fd8

Please sign in to comment.