actions-marketplace-validations/Write Secret File
Write a file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
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 | overwrite |
| encoding | Encoding | no | utf8 |
Outputs
| name | description |
|---|---|
| size | Size of the file |