Update action.yml

This commit is contained in:
jstan-isch 2023-01-28 15:20:24 -06:00 committed by GitHub
parent c46943ef7c
commit 575975cd21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ description: 'curl action'
runs:
using: 'docker'
image: 'Dockerfile'
entrypoint: './curl.sh'
entrypoint: "./curl.sh"
# on: