Skip to content

Commit

Permalink
editing description and title for GA release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 committed Dec 23, 2019
1 parent e12e82a commit 5e74f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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'
required: true
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'

0 comments on commit 5e74f55

Please sign in to comment.