Skip to content

Commit

Permalink
test client release hook
Browse files Browse the repository at this point in the history
  • Loading branch information
rinfex-holfer committed Jan 1, 2023
1 parent 134a04c commit 113943a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test-event.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Repository Dispatch
on:
repository_dispatch:
types: [new-client-release]
jobs:
myEvent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.client_payload.ref }}
- run: echo ${{ github.event.client_payload.sha }}

0 comments on commit 113943a

Please sign in to comment.