Add payload-file-path to action.yml
This commit is contained in:
+4
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user