ecmwf/Sync Repository

A Github action to sync a Git repository.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source_repositoryThe name of the source repository.yes${{ github.repository }}
source_refThe name of the source repository branch or tag to sync.yes${{ github.event.ref }}
source_usernameThe user login with read access to the source repository, must be URL-encoded.yesgit
source_tokenThe user access token with read access to the source repository, must be URL-encoded.yes${{ github.token }}
source_hostThe host name and realm of the source Git server.yesgithub.com
target_repositoryThe name of the target repository.yes
target_usernameThe user login with write access to the target repository, must be URL-encoded.yes
target_tokenThe user access token with write access to the target repository, must be URL-encoded.yes
target_hostThe host name and realm of the target Git server.yesgit.ecmwf.int/scm

no outputs