mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update testing_flow.yml
This commit is contained in:
parent
240624fb1c
commit
6496dc318b
1 changed files with 8 additions and 1 deletions
9
.github/workflows/testing_flow.yml
vendored
9
.github/workflows/testing_flow.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Create a file
|
||||
run: |
|
||||
touch file8.txt
|
||||
echo "added dummy file 1" > file8.txt
|
||||
echo "added dummy file 2" > file8.txt
|
||||
|
||||
- name: commit and push
|
||||
run: |
|
||||
|
@ -28,3 +28,10 @@ jobs:
|
|||
git add .
|
||||
git commit -m "generated"
|
||||
git push
|
||||
|
||||
- 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