cube2222/Create/Update/Delete Filea
Manipulates a file in the target repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub access token with access to the target repository. | yes | — |
| owner | Owner of the target repository. | yes | — |
| repository | Name of the target repository. | yes | — |
| target-file-path | Path of file to update in the target repository. | yes | — |
| commit-message | Commit message to use. | yes | Automated workflow commit. |
| content | New content for the file. Used when creating or updating. | yes | "" |
| delete | Whether the file should be deleted. | yes | false |
Outputs
no outputs