noahdragon/Push Repo as Subdirectory
Github action to push a repo as a subdirectory in another repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 22, 2020
- License
- None
Pinned Snippet
uses: noahdragon/action-push-repo-as-subdirectory-in-another-repo@b44ef4fcbb2a4ce14c6d835c63051f188bb647fb # 0.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| dest-repo | Destination repository | yes | — |
| dest-branch | [Optional] Destination branch name default main | no | main |
| dest-folder | Destination folder name | yes | — |
| commit-message | [Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo | no | Update from ORIGIN_COMMIT |
| excludes | [Optional] exclude files which already in the destination repo, like configurations file. | no | "" |
Outputs
no outputs