Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
randilfernando committed Apr 12, 2020
1 parent 451bc30 commit aeed26a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: 'Gitter github action'
description: 'Gitter plugin for github actions'
name: 'Gitter Notify'
description: 'Github notify - Github plugin'
inputs:
room-id:
description: 'Id of the destination room'
description: 'Gitter room id in which message needs to be sent'
required: true
text:
description: 'Text message'
description: 'Message text that need to be displayed'
required: true
token:
description: 'User token'
description: 'Gitter personal access token'
required: true
message-id:
description: 'Message id if need to update existing message'
description: 'To replace existing message, Provide message id'
required: false
outputs:
message-id:
description: 'Id of sent message'
description: 'Id of the submitted message'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit aeed26a

Please sign in to comment.