mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-07-01 22:33:43 +00:00
upsert_branch && upsert_pr
This commit is contained in:
parent
71281446ea
commit
ec542726c8
6 changed files with 72 additions and 6 deletions
|
@ -14,6 +14,9 @@ inputs:
|
|||
origin-token:
|
||||
description: 'a token with write permission on origin-repo'
|
||||
required: true
|
||||
origin-pr:
|
||||
description: 'number of the PR in {orign-repo}'
|
||||
required: true
|
||||
destination-url:
|
||||
description: 'URL of the Forgejo instance where the cascading PR is created or updated (e.g. https://code.forgejo.org)'
|
||||
required: true
|
||||
|
@ -56,6 +59,7 @@ runs:
|
|||
--origin-url "${{ inputs.origin-url }}" \
|
||||
--origin-repo "${{ inputs.origin-repo }}" \
|
||||
--origin-token "${{ inputs.origin-token }}" \
|
||||
--origin-pr "${{ inputs.origin-pr }}" \
|
||||
--destination-url "${{ inputs.destination-url }}" \
|
||||
--destination-repo "${{ inputs.destination-repo }}" \
|
||||
--destination-token "${{ inputs.destination-token }}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue