ecmwf/Sync Repository
A Github action to sync a Git repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_repository | The name of the source repository. | yes | ${{ github.repository }} |
| source_ref | The name of the source repository branch or tag to sync. | yes | ${{ github.event.ref }} |
| source_username | The user login with read access to the source repository, must be URL-encoded. | yes | git |
| source_token | The user access token with read access to the source repository, must be URL-encoded. | yes | ${{ github.token }} |
| source_host | The host name and realm of the source Git server. | yes | github.com |
| target_repository | The name of the target repository. | yes | — |
| target_username | The user login with write access to the target repository, must be URL-encoded. | yes | — |
| target_token | The user access token with write access to the target repository, must be URL-encoded. | yes | — |
| target_host | The host name and realm of the target Git server. | yes | git.ecmwf.int/scm |
Outputs
no outputs