mheap/Submodule Sync
Automatically update a submodule to the latest commit
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub API token to use | no | ${{ github.token }} |
| path | The path in the repo to update | yes | — |
| ref | The branch name to check for updates in the remote repo | yes | — |
| pr_branch | The name of the branch to use when creating a pull request | yes | — |
| target_branch | The name of the branch that the PR should be raised against | yes | — |
| base_branch | The name of the branch that the PR should be based on | no | — |
| pr_body | Text to include in the generated PR's description | no | "" |
| pr_labels | The labels that the PR will have, newline-seperated | no | "" |
Outputs
no outputs