Skip to content

Commit

Permalink
add an action metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
NatashaZettler authored Jul 5, 2021
1 parent 9812991 commit 9b7e91e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions action-a/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Hello Actions"
description: "Greet someone"
author: "[email protected]"

inputs:
MY_NAME:
description: "Who to greet"
required: true
default: "World"

runs:
using: "docker"
image: "Dockerfile"

branding:
icon: "mic"
color: "purple"

0 comments on commit 9b7e91e

Please sign in to comment.