Skip to content

Commit

Permalink
Add event handler in CI
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 4612138 commit 0f5e2d3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/event.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: event

on:
workflow_dispatch:

permissions:
contents: read

jobs:
flux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: main
- name: Handle Flux event
run: |
echo ${{ github.event.client_payload }} | jq

0 comments on commit 0f5e2d3

Please sign in to comment.