GHA: accept extra 'context' input

This is meant for the invoker (ie, msys2-autobuild-controller) to
provide additional information to be logged with the job (specifically,
what user requested it).
This commit is contained in:
Jeremy Drake 2022-09-06 12:31:23 -07:00 committed by Christoph Reiter
parent c03c642719
commit 253f8b8c4c
2 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,11 @@ on:
default: ''
required: false
type: string
context:
description: 'Extra information from invoker'
default: ''
required: false
type: string
schedule:
- cron: '0 0/3 * * *'

View File

@ -13,6 +13,11 @@ on:
default: ''
required: false
type: string
context:
description: 'Extra information from invoker'
default: ''
required: false
type: string
permissions:
contents: write