actions-marketplace-validations/update-and-push
This action supports update of target repository with files in source repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 23, 2024
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/kentik_update-and-push-action@79a377fee44ea5112f6c894691c0c0a67f95168c # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| transfer_map | [Optional] Path to configuration file describing transformation of directory structure from source to destionation repository. If present, overrides 'source_directory' and 'target_directory' | no | "" |
| source_directory | [Optional] Directory to use as base for update | no | . |
| target_user | [Optional] Name of the user/organization owning the target repository. (Default: same as the owner of the source repository) | no | "" |
| target_repository | Name of the target repository | yes | — |
| commit_email | E-mail used in git commit | yes | — |
| target_server | Target git server | no | "" |
| target_branch | [Optional] Target branch name (default: "main") | no | main |
| commit_message | [Optional] Commit message. ${ORIGIN_COMMIT} is replaced by the URL@commit in the origin repo triggering the action | no | Update from ${ORIGIN_COMMIT} |
| target_directory | [Optional] Directory in the target repository to update | no | "" |
| create_target_branch | [Optional] Boolean indicating whether to create the target branch if it does not exist | no | false |
| exclude_filter | [Optional] Name of file containing rsync-style exclude list | no | "" |
Outputs
no outputs