From 436154793f38eb5c6204f10a032d0cffa95a078c Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 29 Aug 2019 18:52:32 -0400 Subject: [PATCH] Add newline to end of action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 46aaaeb..fc40057 100644 --- a/action.yml +++ b/action.yml @@ -15,4 +15,4 @@ outputs: description: The return value of the script, stringified with `JSON.stringify` runs: using: node12 - main: main.js \ No newline at end of file + main: main.js