mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-07-01 14:23:44 +00:00
prefix
This commit is contained in:
parent
2de0a1208c
commit
731e463dfd
3 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,8 @@ inputs:
|
|||
update:
|
||||
description: 'path to the script to update the content of the cascading PR'
|
||||
required: true
|
||||
prefix:
|
||||
description: 'prefix of the cascading PR created on destination-repo (default to {origin-repo})'
|
||||
verbose:
|
||||
description: 'if true print verbose information'
|
||||
default: false
|
||||
|
@ -57,3 +59,4 @@ runs:
|
|||
--destination-token "${{ inputs.destination-token }}" \
|
||||
--destination-branch "${{ inputs.destination-branch }}" \
|
||||
--update "${{ inputs.update }}"
|
||||
--prefix "${{ inputs.prefix }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue