Skip to content

Commit

Permalink
Use repository dispatch for events
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Nov 23, 2023
1 parent 2232415 commit a5d7b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/event.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: event

on:
workflow_dispatch:
repository_dispatch:
# types:
# - HelmRelease/podinfo-hr-0.helm-benchmark

Expand All @@ -18,4 +18,4 @@ jobs:
ref: main
- name: Handle Flux event
run: |
echo ${{ github.event.client_payload }} | jq
echo '${{ toJson(github.event.client_payload) }}' | jq

0 comments on commit a5d7b4b

Please sign in to comment.