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
d1e042877c
commit
dae68a5c28
1 changed files with 6 additions and 0 deletions
6
.github/curl/action.yml
vendored
6
.github/curl/action.yml
vendored
|
@ -1,4 +1,10 @@
|
|||
name: curl
|
||||
description: 'curl action'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
entrypoint: './curl.sh'
|
||||
|
||||
|
||||
# on:
|
||||
# workflow_call:
|
||||
|
|
Loading…
Reference in a new issue