mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 07:45:49 +00:00
Update maven-publish.yml
This commit is contained in:
parent
44404ec886
commit
9c12206a4d
1 changed files with 4 additions and 2 deletions
6
.github/workflows/maven-publish.yml
vendored
6
.github/workflows/maven-publish.yml
vendored
|
@ -70,8 +70,10 @@ jobs:
|
|||
repository: YevheniiPokhvalii/spring-petclinic-gitops-test
|
||||
event-type: kubernetes-event
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
||||
run: |
|
||||
echo ${{ github.event.client_payload.sha }}
|
||||
|
||||
-name: test run
|
||||
run: |
|
||||
echo ${{ github.event.client_payload.sha }}
|
||||
|
||||
# - name: Docker Deploy
|
||||
# run: |
|
||||
|
|
Loading…
Reference in a new issue