Skip to content

Commit

Permalink
Fixing action.yml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
danilat committed Apr 12, 2020
1 parent 6b17571 commit 7335b3a
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
Expand Up @@ -7,12 +7,12 @@ inputs:
to:
description: 'Id of the telegram chat or channel'
required: true
parse-mode:
description: 'Telegram parse mode for the messages'
default: 'html'
content-url:
description: 'Url with the content to send to telegram'
required: true
outputs:
time: # id of output
description: 'The time we we greeted you'
runs:
using: 'node12'
main: 'index.js'

0 comments on commit 7335b3a

Please sign in to comment.