rohitnb/Create Fork Pair
Create a fork pair - a public fork and a private fork
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upstream-repo | The upstream repository to fork from. Format: owner/repo | yes | null |
| private-mirror-name | The name of the private mirror. Format: repo-name | yes | null |
| actor | The actor who triggered the workflow | no | ${{ github.actor }} |
| admin-token | The admin token to use for the action | yes | null |
| organization | The organization to create the private mirror in | no | ${{ github.organization }} |
Outputs
| name | description |
|---|---|
| public-fork | The public fork created. Format: owner/repo |
| private-mirror | The private mirror created. Format: owner/repo |