mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Create dist-1.yml
This commit is contained in:
parent
86be31405b
commit
f33bdb10bf
1 changed files with 16 additions and 0 deletions
16
.github/workflows/dist-1.yml
vendored
Normal file
16
.github/workflows/dist-1.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Test
|
||||||
|
|
||||||
|
on:
|
||||||
|
- push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
preflight-job:
|
||||||
|
name: First Step
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Repository Dispatch
|
||||||
|
uses: peter-evans/repository-dispatch@v1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.MY_PAT }}
|
||||||
|
event-type: my-event
|
||||||
|
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "test": "test message"}'
|
Loading…
Reference in a new issue