mirror of
https://github.com/bendtherules/hello-github-actions.git
synced 2026-08-18 13:53:58 +00:00
Create action.yml
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user