Skip to content

Commit

Permalink
fixed metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsugihito1shibahata committed Dec 1, 2019
1 parent 487419a commit 9a77254
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
name: 'Hello World'
description: 'Greet someone and record the time'
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'
name: 'Issue backlink to wrike'
description: 'Create backlink of issue to wrike task'
runs:
using: 'node12'
main: 'index.js'

0 comments on commit 9a77254

Please sign in to comment.