# 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