Update action.yml

This commit is contained in:
jstan-isch 2023-01-28 14:41:45 -06:00 committed by GitHub
parent d1e042877c
commit dae68a5c28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,10 @@
name: curl
description: 'curl action'
runs:
using: 'docker'
image: 'Dockerfile'
entrypoint: './curl.sh'
# on:
# workflow_call: