kas-tle/find-forks-action
A GitHub action to find the URL of a user's fork for a given repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The owner of the repository to search for forks | no | — |
| repo | The name of the repository to search for forks | no | — |
| target_user | The target user to search for in forks | no | — |
| target_branch | The target branch to search for in forks | no | — |
| token | The GitHub token to use to authenticate with the GitHub API | yes | — |
Outputs
| name | description |
|---|---|
| user_fork_url | The URL of the user fork |
| target_branch_found | Whether or not the target branch was found in the user fork |