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