11[ ![ Release] ( https://img.shields.io/github/actions/workflow/status/cssnr/env-json-action/release.yaml?logo=github&logoColor=white&label=release )] ( https://github.com/cssnr/env-json-action/actions/workflows/release.yaml )
22[ ![ Test] ( https://img.shields.io/github/actions/workflow/status/cssnr/env-json-action/test.yaml?logo=github&logoColor=white&label=test )] ( https://github.com/cssnr/env-json-action/actions/workflows/test.yaml )
3+ [ ![ Lint] ( https://img.shields.io/github/actions/workflow/status/cssnr/env-json-action/lint.yaml?logo=github&logoColor=white&label=lint )] ( https://github.com/cssnr/env-json-action/actions/workflows/lint.yaml )
34[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=cssnr_env-json-action&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=cssnr_env-json-action )
45[ ![ GitHub Release Version] ( https://img.shields.io/github/v/release/cssnr/env-json-action?logo=github )] ( https://github.com/cssnr/env-json-action/releases/latest )
56[ ![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/cssnr/env-json-action?logo=github&logoColor=white&label=updated )] ( https://github.com/cssnr/env-json-action/graphs/commit-activity )
1920Convert an Environment File to or from JSON for Outputs or Writing to a File.
2021
2122> [ !NOTE]
22- > Please submit
23- > a [ Feature Request] ( https://github.com/cssnr/env-json-action/discussions/categories/feature-requests )
23+ > Please submit a [ Feature Request] ( https://github.com/cssnr/env-json-action/discussions/categories/feature-requests )
2424> for new features or [ Open an Issue] ( https://github.com/cssnr/env-json-action/issues ) if you find any bugs.
2525
2626## Inputs
2727
2828| input | required | default | description |
29- | --------- | -------- | ------- | ------------------------------------ |
30- | source | Yes | - | Source Environment or JSON File Path |
31- | type | No | ` json ` | Output Type: [ json, env] \* |
32- | dest | No | - | Optional File to Write Data Too |
33- | sensitive | No | ` false ` | Sensitive Data \* |
34- | summary | No | ` true ` | Add Summary to Job \* |
29+ | --------- | : ------: | ------- | ------------------------------------ |
30+ | source | ** Yes** | - | Source Environment or JSON File Path |
31+ | type | - | ` json ` | Output Type: [ ` json ` , ` env ` ] \* |
32+ | dest | - | - | Optional File to Write Data Too |
33+ | sensitive | - | ` false ` | Sensitive Data \* |
34+ | summary | - | ` true ` | Add Summary to Job \* |
3535
3636** type** - By default this converts env to json. To perform json to env, use type ` env ` .
3737
3838** sensitive** - Set to ` true ` if data is sensitive and should be masked.
3939
4040** summary** - Write a Summary for the job. To disable this set to ` false ` .
4141
42- <details ><summary >📜 View Example Summary</summary >
42+ <details ><summary >👀 View Example Summary</summary >
4343
4444---
4545
@@ -59,6 +59,9 @@ Convert an Environment File to or from JSON for Outputs or Writing to a File.
5959
6060</details >
6161
62+ To see a workflow run you can view a recent
63+ [ test.yaml run] ( https://github.com/cssnr/env-json-action/actions/workflows/test.yaml ) _ (requires login)_ .
64+
6265``` yaml
6366- name : ' Parse Environment'
6467 uses : cssnr/env-json-action@master
@@ -101,8 +104,7 @@ If you are experiencing an issue/bug or getting unexpected results, you can:
101104
102105- Report an Issue: https://github.com/cssnr/env-json-action/issues
103106- Chat with us on Discord: https://discord.gg/wXy6m2X8wY
104- - Provide General
105- Feedback: [https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback/?app=Env%20JSON%20Action)
107+ - Provide General Feedback: [https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback/?app=Env%20JSON%20Action)
106108
107109# Contributing
108110
@@ -117,7 +119,8 @@ Additionally, you can support other GitHub Actions I have published:
117119- [Update Version Tags Action](https://github.com/cssnr/update-version-tags-action?tab=readme-ov-file#readme)
118120- [Update JSON Value Action](https://github.com/cssnr/update-json-value-action?tab=readme-ov-file#readme)
119121- [Parse Issue Form Action](https://github.com/cssnr/parse-issue-form-action?tab=readme-ov-file#readme)
120- - [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action?tab=readme-ov-file#readme)
121122- [Cloudflare Purge Cache Action](https://github.com/cssnr/cloudflare-purge-cache-action?tab=readme-ov-file#readme)
123+ - [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action?tab=readme-ov-file#readme)
124+ - [Docker Tags Action](https://github.com/cssnr/docker-tags-action?tab=readme-ov-file#readme)
122125
123126For a full list of current projects to support visit: [https://cssnr.github.io/](https://cssnr.github.io/)
0 commit comments