graveflex/Copy Working Directory to Another Repo

GitHub Action for copying files from the runner file system to other repositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
personal_tokenPersonal access tokenyes
src_pathThe source path to the file(s) or folder(s) to copy fromyes
dst_pathThe destination path to copy the file(s) or folder(s) tono
dst_ownerThe name of the owner of the repository to push toyes
dst_repo_nameThe name of the repository to push toyes
dst_branchThe branch name of the destination repositorynomaster
cleanSet to true if the dst_path should be emptied before copyingnofalse
file_filterA glob pattern for filtering file namesno
filterA glob pattern for filtering file paths to be included for copyingno
excludeA glob pattern for excluding pathsno
commit_messageA custom git commit message.no
usernameThe GitHub username to associate commits made by this GitHub actionno
emailThe email used for associating commits made by this GitHub actionno

no outputs