From a04e3e4042841500a17107f36fbaeb884fb64ab1 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Wed, 11 Sep 2019 09:11:33 -0400 Subject: [PATCH] Rename actions.yml to action.yml --- actions.yml => action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename actions.yml => action.yml (94%) diff --git a/actions.yml b/action.yml similarity index 94% rename from actions.yml rename to action.yml index 38ffcad..0a7c0ab 100644 --- a/actions.yml +++ b/action.yml @@ -10,4 +10,4 @@ outputs: description: 'The message to output' runs: using: 'node12' - main: 'index.js' \ No newline at end of file + main: 'index.js'