Skip to content

Commit

Permalink
Add payload-file-path to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Jan 27, 2022
1 parent acff221 commit f703d28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ inputs:
payload: # JSON payload to send to Slack via webhook
description: 'JSON payload to send to Slack if webhook route. If not supplied, json from GitHub event will be sent instead'
required: false
payload-file-path: # path to JSON payload to send to Slack via webhook
description: 'path to JSON payload to send to Slack if webhook route. If not supplied, json from GitHub event will be sent instead. If payload is provided, it will take preference over this field'
required: false
outputs:
time: # id of output
description: 'The time'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit f703d28

Please sign in to comment.