From 444140406ca2d909f50eee097aa527f0734d93f8 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 29 Sep 2019 13:21:53 +0900 Subject: [PATCH] * add help URL of action.yml (#26) --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index e4511aa..6fe85c1 100644 --- a/action.yml +++ b/action.yml @@ -1,3 +1,4 @@ +# https://help.github.com/en/articles/metadata-syntax-for-github-actions name: "Install SSH Key" description: "Install SSH key to ~/.ssh" author: "shimataro"