1
- [ ![ Tags ] ( https://img.shields.io/github/actions/workflow/status/cssnr/json-key-value-check-action/tags.yaml ?logo=github&logoColor=white&label=tags )] ( https://github.com/cssnr/json-key-value-check-action/actions/workflows/tags .yaml )
1
+ [ ![ Release ] ( https://img.shields.io/github/actions/workflow/status/cssnr/json-key-value-check-action/releaseyaml ?logo=github&logoColor=white&label=release )] ( https://github.com/cssnr/json-key-value-check-action/actions/workflows/release .yaml )
2
2
[ ![ Test] ( https://img.shields.io/github/actions/workflow/status/cssnr/json-key-value-check-action/test.yaml?logo=github&logoColor=white&label=test )] ( https://github.com/cssnr/json-key-value-check-action/actions/workflows/test.yaml )
3
+ [ ![ Lint] ( https://img.shields.io/github/actions/workflow/status/cssnr/json-key-value-check-action/lint.yaml?logo=github&logoColor=white&label=lint )] ( https://github.com/cssnr/json-key-value-check-action/actions/workflows/lint.yaml )
3
4
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=cssnr_json-key-value-check-action&metric=alert_status )] ( https://sonarcloud.io/summary/new_code?id=cssnr_json-key-value-check-action )
4
5
[ ![ GitHub Release Version] ( https://img.shields.io/github/v/release/cssnr/json-key-value-check-action?logo=github )] ( https://github.com/cssnr/json-key-value-check-action/releases/latest )
5
6
[ ![ GitHub Last Commit] ( https://img.shields.io/github/last-commit/cssnr/json-key-value-check-action?logo=github&logoColor=white&label=updated )] ( https://github.com/cssnr/json-key-value-check-action/graphs/commit-activity )
@@ -18,18 +19,17 @@ Check that JSON Key's Values Match Provided Values.
18
19
- [ Contributing] ( #Contributing )
19
20
20
21
> [ !NOTE]
21
- > Please submit
22
- > a [ Feature Request] ( https://github.com/cssnr/json-key-value-check-action/discussions/categories/feature-requests )
22
+ > Please submit a [ Feature Request] ( https://github.com/cssnr/json-key-value-check-action/discussions/categories/feature-requests )
23
23
> for new features or [ Open an Issue] ( https://github.com/cssnr/json-key-value-check-action/issues ) if you find any bugs.
24
24
25
25
## Inputs
26
26
27
27
| input | required | default | description |
28
- | --------- | -------- | ------- | ------------------------------ |
28
+ | --------- | : ------: | ------- | ------------------------------ |
29
29
| file | ** Yes** | - | JSON File Path to Validate |
30
30
| keys | ** Yes** | - | Keys to Check, One per Line |
31
31
| values | ** Yes** | - | Values to Verify, One per Line |
32
- | seperator | No | ` . ` | Nested Key Seperator |
32
+ | seperator | - | ` . ` | Nested Key Seperator |
33
33
34
34
For multiple ` keys ` and ` values ` use new lines with a yaml ` | ` .
35
35
@@ -83,22 +83,23 @@ If you are experiencing an issue/bug or getting unexpected results, you can:
83
83
84
84
- Report an Issue: https://github.com/cssnr/json-key-value-check-action/issues
85
85
- Chat with us on Discord: https://discord.gg/wXy6m2X8wY
86
- - Provide General
87
- Feedback: [https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback)
86
+ - Provide General Feedback: [https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback)
88
87
89
88
# Contributing
90
89
91
90
Currently, the best way to contribute to this project is to star this project on GitHub.
92
91
93
92
Additionally, you can support other GitHub Actions I have published:
94
93
95
- - [VirusTotal Action](https://github.com/cssnr/virustotal-action)
96
- - [Update Version Tags Action](https://github.com/cssnr/update-version-tags-action)
97
- - [Update JSON Value Action](https://github.com/cssnr/update-json-value-action)
98
- - [Parse Issue Form Action](https://github.com/cssnr/parse-issue-form-action)
99
- - [Mirror Repository Action](https://github.com/cssnr/mirror-repository-action)
100
- - [Stack Deploy Action](https://github.com/cssnr/stack-deploy-action)
101
- - [Portainer Stack Deploy](https://github.com/cssnr/portainer-stack-deploy-action)
102
- - [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action)
94
+ - [Stack Deploy Action](https://github.com/cssnr/stack-deploy-action?tab=readme-ov-file#readme)
95
+ - [Portainer Stack Deploy](https://github.com/cssnr/portainer-stack-deploy-action?tab=readme-ov-file#readme)
96
+ - [VirusTotal Action](https://github.com/cssnr/virustotal-action?tab=readme-ov-file#readme)
97
+ - [Mirror Repository Action](https://github.com/cssnr/mirror-repository-action?tab=readme-ov-file#readme)
98
+ - [Update Version Tags Action](https://github.com/cssnr/update-version-tags-action?tab=readme-ov-file#readme)
99
+ - [Update JSON Value Action](https://github.com/cssnr/update-json-value-action?tab=readme-ov-file#readme)
100
+ - [Parse Issue Form Action](https://github.com/cssnr/parse-issue-form-action?tab=readme-ov-file#readme)
101
+ - [Cloudflare Purge Cache Action](https://github.com/cssnr/cloudflare-purge-cache-action?tab=readme-ov-file#readme)
102
+ - [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action?tab=readme-ov-file#readme)
103
+ - [Docker Tags Action](https://github.com/cssnr/docker-tags-action?tab=readme-ov-file#readme)
103
104
104
105
For a full list of current projects to support visit: [https://cssnr.github.io/](https://cssnr.github.io/)
0 commit comments