mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
test
This commit is contained in:
parent
65aa723958
commit
2bcf5e2f45
1 changed files with 6 additions and 2 deletions
8
.github/workflows/dist-2.yml
vendored
8
.github/workflows/dist-2.yml
vendored
|
@ -24,9 +24,13 @@ jobs:
|
|||
- run: echo "client payload sha ${{ github.event.client_payload.sha }}"
|
||||
|
||||
- name: check-run-flow
|
||||
uses: ./.github/curl
|
||||
uses: ./.github/curl@master
|
||||
with:
|
||||
sha: ${{ github.event.client_payload.sha }}
|
||||
env:
|
||||
NAME: "myEvent"
|
||||
STATUS: "success"
|
||||
SHA: ${{ github.event.client_payload.sha }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# env:
|
||||
# envPAT: ${{ secrets.MY_PAT }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue