actions-marketplace-validations/Fork Sync With Custom Head
Keep your fork up to date and keeping your head up high
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 14, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/kaovilai_fork-sync@d92f4b856fdcfe059fe4474b19772d3b7c7d0b5b # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | Owner of the forked repository | no | — |
| token | Token for the github API | no | ${{ github.token }} |
| head | Branch to track | no | master |
| base | Branch to keep updated | no | master |
| merge_method | Merge method to use | no | merge |
| pr_title | The title of the pull request | no | Fork Sync: Update from parent repository |
| pr_message | The message in the pull request | no | — |
| ignore_fail | Ignore Exceptions | no | false |
| auto_approve | Automatically approve pull request before merge | no | false |
| auto_merge | Automatically merge the pull request | no | true |
| retries | Retry count | no | 4 |
| retry_after | Delay amount between retries | no | 60 |
Outputs
no outputs