mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
various fixes...
This commit is contained in:
parent
ba75177ed5
commit
fd3b4ddb5f
1 changed files with 3 additions and 1 deletions
4
.github/workflows/run_tests.yml
vendored
4
.github/workflows/run_tests.yml
vendored
|
@ -10,8 +10,10 @@ jobs:
|
|||
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
||||
steps:
|
||||
- name: Deploy
|
||||
env:
|
||||
JSON_DOC: ${{ toJSON(github.event) }}
|
||||
run: |
|
||||
echo "Deploying..."
|
||||
echo $JSON_DOC | jq
|
||||
#name: Trigger tests
|
||||
#
|
||||
#on:
|
||||
|
|
Loading…
Reference in a new issue