step-security/Write File
Write a file.
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 |
Outputs
| name | description |
|---|---|
| size | The returned size |