wow-actions/Update File
Automatically update a file by replace marked section with the given content
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Your GitHub token for authentication. | yes | — |
| path | File path to update | yes | — |
| content | Content to update the file | yes | — |
| commit_message | Commit message when update the file | no | chore: update [skip ci] |
| opening_comment | Opening comment | no | <!-- [START AUTO UPDATE] --> |
| closing_comment | Closing comment | no | <!-- [END AUTO UPDATE] --> |
| warning_comment | Warning comment | no | <!-- Please keep comment here to allow auto-update --> |
Outputs
no outputs