mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15: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')
|
if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy')
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
env:
|
||||||
|
JSON_DOC: ${{ toJSON(github.event) }}
|
||||||
run: |
|
run: |
|
||||||
echo "Deploying..."
|
echo $JSON_DOC | jq
|
||||||
#name: Trigger tests
|
#name: Trigger tests
|
||||||
#
|
#
|
||||||
#on:
|
#on:
|
||||||
|
|
Loading…
Reference in a new issue