diff --git a/action.yml b/action.yml index ff8c432..6d9e570 100644 --- a/action.yml +++ b/action.yml @@ -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'