Add payload-file-path to action.yml

This commit is contained in:
Steve Gill
2022-01-26 16:47:31 -08:00
committed by GitHub
parent acff221a0d
commit f703d283ef
+4 -1
View File
@@ -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'