mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
Update action.yml
This commit is contained in:
parent
c46943ef7c
commit
575975cd21
1 changed files with 1 additions and 1 deletions
2
.github/curl/action.yml
vendored
2
.github/curl/action.yml
vendored
|
@ -3,7 +3,7 @@ description: 'curl action'
|
|||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
entrypoint: './curl.sh'
|
||||
entrypoint: "./curl.sh"
|
||||
|
||||
|
||||
# on:
|
||||
|
|
Loading…
Reference in a new issue