From 5e74f554ed2b7662ec8f07e5165e2edee4c5538f Mon Sep 17 00:00:00 2001 From: David Cui Date: Mon, 23 Dec 2019 14:45:20 -0800 Subject: [PATCH] editing description and title for GA release --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index f422c34..46e3b25 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: 'Hello World' -description: 'Greet someone and record the time' +name: 'PoC GitHub Action test' +description: 'An initial test GitHub action for simple proof of concept' inputs: who-to-greet: # id of input description: 'Who to greet' @@ -7,7 +7,7 @@ inputs: default: 'World' outputs: time: # id of output - description: 'The time we greeted you' + description: 'An initial test GitHub action for simple proof of concept- output description' runs: using: 'node12' main: 'index.js' \ No newline at end of file