Skip to content

Commit 9c301b9

Browse files
authoredMar 1, 2021
Create action.yml
1 parent eb1eae4 commit 9c301b9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
 

‎action-a/action.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Hello Actions"
2+
description: "Greet someone"
3+
author: "octocat@github.com"
4+
5+
inputs:
6+
MY_NAME:
7+
description: "Who to greet"
8+
required: true
9+
default: "World"
10+
11+
runs:
12+
using: "docker"
13+
image: "Dockerfile"
14+
15+
branding:
16+
icon: "mic"
17+
color: "purple"
18+

0 commit comments

Comments
 (0)
Please sign in to comment.