alexey-savelyev/Actions-create-json

This GitHub Action helps to create a JSON file

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 29, 2023
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: alexey-savelyev/actions-create-json@fcba1b6db71d5fbcad25110c43e219ee0337fbc9 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
nameThe name of the file to be written (e.g. 'settings.json')yes
jsonThe JSON string that can be a secret of the github repo or a string of a JSON (e.g. '{ 'key1': 'value1' }')yes
dirOptional subfolder directory to save the json file (e.g. src/)no

no outputs