Create action.yml

This commit is contained in:
2020-06-07 22:09:58 +05:30
committed by GitHub
parent af7af2033f
commit 70784685c6
+17
View File
@@ -0,0 +1,17 @@
name: "Hello Actions"
description: "Greet someone"
author: "octocat@github.com"
inputs:
MY_NAME:
description: "Who to greet"
required: true
default: "World"
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "mic"
color: "purple"