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:
parent
c03c642719
commit
253f8b8c4c
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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 * * *'
|
||||
|
||||
|
||||
5
.github/workflows/maint.yml
vendored
5
.github/workflows/maint.yml
vendored
@ -13,6 +13,11 @@ on:
|
||||
default: ''
|
||||
required: false
|
||||
type: string
|
||||
context:
|
||||
description: 'Extra information from invoker'
|
||||
default: ''
|
||||
required: false
|
||||
type: string
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user