cazhid/Update File in Other Repository
Clone another repo, run a script to modify files, then commit and push.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target-repository | Authenticated git URL (https://x-access-token:TOKEN@github.com/org/repo.git) OR owner/repo | yes | — |
| target-branch | Branch to checkout and push back to | yes | main |
| author-name | Git commit author name | no | github-actions |
| author-email | Git commit author email | no | github-actions@users.noreply.github.com |
| commit-message | Commit message | no | chore: update file(s) via CI |
| script | Bash script executed inside the cloned repo (working dir = repo root) | yes | — |
Outputs
no outputs