sator-imaging/Copy to Another Repository
Copy selected file to another repository and create Pull Request (PR).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-filepath | File path to copy. | yes | — |
| output-repo | Owner/AnotherRepository | yes | — |
| output-branch | Branch name on output repository to create pull request. | yes | — |
| commit-message-prefix | — | — | [actions] |
| output-directory | — | — | ${{ github.event.repository.name }} |
| pr-branch-prefix | — | — | actions/${{ github.event.repository.name }} |
| pr-title | — | — | GitHub Actions: ${{ github.event.repository.name }} |
| pr-message | — | — | ${{ github.workflow }} on ${{ github.server_url }}/${{ github.repository }} |
| git-name | — | — | github-actions[bot] |
| git-email | Use your "@users.noreply.github.com" address if you want your icon shown in commit messages. | — | github-actions[bot]@users.noreply.github.com |
| git-token | Personal Access Token used to commit/create PR on output repository. | yes | — |
Outputs
no outputs