gatoreducator/branch-write
write contents on a certain branch
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 8, 2025
- License
- MIT
Pinned Snippet
uses: gatoreducator/branchwrite@591c2c2083c183389f31be9cd579edefbe15fc7c # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | A token with the write access to the working repository | yes | — |
| branch | A branch name you want to upload content | yes | — |
| path | The destination path where you want to upload content | yes | — |
| source | The source where you want to upload from:env, content or branch-and-path | yes | — |
| source-arg | The argument associate with arg source. Could be env key, branch plus path or string content | yes | — |
Outputs
no outputs