mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Delete dist-1.yml
This commit is contained in:
parent
7361ccf1cc
commit
b47867fa07
1 changed files with 0 additions and 26 deletions
26
.github/workflows/dist-1.yml
vendored
26
.github/workflows/dist-1.yml
vendored
|
@ -1,26 +0,0 @@
|
||||||
name: Test
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_call
|
|
||||||
#- push
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
preflight-job:
|
|
||||||
name: First Step
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Repository Dispatch
|
|
||||||
run: |
|
|
||||||
curl \
|
|
||||||
-H "Authorization: token :token" \
|
|
||||||
-H "Accept: application/vnd.github+json" \
|
|
||||||
"https://api.github.com/repos/:user/:repo/dispatches" \
|
|
||||||
-d '{
|
|
||||||
"event_type": "awesomeness",
|
|
||||||
"client_payload": {"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "test": "test message"}}'
|
|
||||||
|
|
||||||
# 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