actions-marketplace-validations/Version Filer
Agnostic way of writing a string to a file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| prepend | string that goes before the value | no | __version__= |
| value | the actual value | yes | — |
| append | string that goes after the value | no | "" |
| filename | Name of the file | no | __version__.py |
| filelocation | File location relative to root, leave empty for root | no | "" |
| one_line_comment_sign | Sign that goes before a single line comment in your programming language | no | # |
Outputs
no outputs