actions-marketplace-validations/Write File (fork)
Write a file (forked from https://github.com/DamianReeves/write-file-action)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The path to the file to write | yes | — |
| contents | The contents of the file | yes | — |
| write-mode | The mode of writing to use: `overwrite`, `append`, or `preserve`. | no | preserve |
| empty-line-eof | Outputs an empty line at the end of the written file | no | false |
Outputs
| name | description |
|---|---|
| size | The returned size |