guillaumefalourd/Copy Push Files action
GitHub Action to copy & push contents (files / directory) from a repository to another :octocat:
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 24, 2026
- License
- Apache 2.0
Pinned Snippet
uses: guillaumefalourd/copy-push-files@762399450bd68cddff891823a0eb8175171b7839 # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| Committer's email address | yes | ${{ github.actor }}@users.noreply.github.com | |
| name | Committer's username | yes | ${{ github.actor }} |
| source_files | Files or directories to add separated by space | yes | — |
| commit_message | Commit message | yes | Commit performed using Copy Push Files action |
| target_branch | Branch to push the contents to | yes | copy-push-files-branch |
| target_dir | Directory to push the contents to on the new repository | no | — |
| remote_repository | Repository url to push the code to | yes | origin |
| access_token | Token used to push the code | yes | — |
Outputs
no outputs