From 021383be4b560c002cc3f63711b146601ba2982c Mon Sep 17 00:00:00 2001 From: David Cui Date: Mon, 23 Dec 2019 12:22:28 -0800 Subject: [PATCH 1/3] creating new branch --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0f83dad..87dd4fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: # To use this repository's private action, you must check out the repository - name: Checkout uses: actions/checkout@v1 - - name: Hello world action step + - name: Hello world action step one uses: ./ # Uses an action in the root directory id: hello with: From e12e82a1e14427f0c5aefc060f9f1abe562b6d93 Mon Sep 17 00:00:00 2001 From: David Cui Date: Mon, 23 Dec 2019 14:33:59 -0800 Subject: [PATCH 2/3] changing name for GitHub Action release --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87dd4fb..3669608 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: # To use this repository's private action, you must check out the repository - name: Checkout uses: actions/checkout@v1 - - name: Hello world action step one + - name: PoC action Tutorial Step uses: ./ # Uses an action in the root directory id: hello with: From 5e74f554ed2b7662ec8f07e5165e2edee4c5538f Mon Sep 17 00:00:00 2001 From: David Cui Date: Mon, 23 Dec 2019 14:45:20 -0800 Subject: [PATCH 3/3] 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