This commit is contained in:
Earl Warren 2023-10-12 14:57:38 +02:00
parent 2de0a1208c
commit 731e463dfd
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
3 changed files with 8 additions and 0 deletions

View file

@ -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 }}"