Skip to content

Commit

Permalink
Update metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
axel-op committed May 14, 2020
1 parent bff28a7 commit 3944bb7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: "Hello World"
description: "Greet someone and record the time"
name: "Hello World Dart Action"
description: "A template to demonstrate how to build a Dart action. Greet someone and record the time."
branding:
color: blue
icon: feather
inputs:
who-to-greet: # id of input
description: "Who to greet"
Expand All @@ -10,6 +13,6 @@ outputs:
description: "The time we we greeted you"
runs:
using: "node12"
pre: "scripts/setup.js"
pre: "scripts/setup.js" # Delete this line to not run the setup script
main: "scripts/index.js"
post: "scripts/cleanup.js"
post: "scripts/cleanup.js" # Delete this line to not run the cleanup script

0 comments on commit 3944bb7

Please sign in to comment.