mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Create dist-2.yml
This commit is contained in:
parent
f33bdb10bf
commit
240624fb1c
1 changed files with 14 additions and 0 deletions
14
.github/workflows/dist-2.yml
vendored
Normal file
14
.github/workflows/dist-2.yml
vendored
Normal 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 }}
|
Loading…
Reference in a new issue