1
0
Fork 0
mirror of https://code.forgejo.org/actions/cascading-pr synced 2025-03-15 06:46:59 +01:00
cascading-pr/action.yml

25 lines
570 B
YAML
Raw Normal View History

2023-10-11 15:39:52 +02:00
# SPDX-License-Identifier: MIT
name: 'Cascading PR'
author: 'Forgejo authors'
description: |
Create and update a PR in another repository
inputs:
forgejo:
description: 'URL of the Forgejo instance where the PR is created (e.g. https://code.forgejo.org)'
required: true
repo:
description: 'the repository into which the PR is created'
required: true
token:
description: 'a token with write permission on repo'
required: true
runs:
using: "composite"
steps:
- uses: actions/checkout@v4
- run: |
echo
shell: bash