Create dist-2.yml

This commit is contained in:
jstan-isch 2023-01-25 10:29:01 -06:00 committed by GitHub
parent f33bdb10bf
commit 240624fb1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/dist-2.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Repository Dispatch
on:
repository_dispatch:
types: [my-event]
jobs:
myEvent:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.client_payload.ref }}
- run: echo ${{ github.event.client_payload.sha }}
- run: echo ${{ github.event.client_payload.test }}