From f689e65c54732b8fe3c998972c00ec2cb29ded09 Mon Sep 17 00:00:00 2001 From: abelsquidhead Date: Sat, 7 Sep 2019 17:39:41 -0700 Subject: [PATCH] added file name of action.yml file. When first starting out, everything is confusing and a first time actions creator might not know which file to update (#122) --- docs/javascript-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/javascript-action.md b/docs/javascript-action.md index cdf75023..a1b6ae4e 100644 --- a/docs/javascript-action.md +++ b/docs/javascript-action.md @@ -37,7 +37,7 @@ $ npm install ## Define Metadata -Your action has a name and a description. Update all fields . +Your action has a name and a description. Update all fields in action.yml . ```yaml name: 'Hello'