alexey-savelyev/Actions-create-json
This GitHub Action helps to create a JSON file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 29, 2023
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: alexey-savelyev/actions-create-json@fcba1b6db71d5fbcad25110c43e219ee0337fbc9 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| name | The name of the file to be written (e.g. 'settings.json') | yes | — |
| json | The JSON string that can be a secret of the github repo or a string of a JSON (e.g. '{ 'key1': 'value1' }') | yes | — |
| dir | Optional subfolder directory to save the json file (e.g. src/) | no | — |
Outputs
no outputs