Skip to content

Commit

Permalink
Update README.md 📖
Browse files Browse the repository at this point in the history
  • Loading branch information
smashedr committed Aug 17, 2024
1 parent 9cf8d0b commit 35f2c5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Convert Environment File to/from a JSON File. Creates an output with the results

```yaml
- name: 'Parse Environment'
uses: smashedr/env-json-action@master
uses: cssnr/env-json-action@master
```
## Outputs
Expand All @@ -46,7 +46,7 @@ Convert Environment File to/from a JSON File. Creates an output with the results
```yaml
- name: 'Parse Environment'
id: parse
uses: cssnr/env-json-action@v1
uses: cssnr/env-json-action@master

- name: "Echo Result"
run: echo '${{ steps.parse.outputs.result }}'
Expand All @@ -68,7 +68,7 @@ If you are experiencing an issue/bug or getting unexpected results, you can:
- Report an Issue: https://github.com/cssnr/env-json-action/issues
- Chat with us on Discord: https://discord.gg/wXy6m2X8wY
- Provide General
Feedback: [https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback/?app=Update%20JSON%20Value)
Feedback: [https://cssnr.github.io/feedback/](https://cssnr.github.io/feedback/?app=Env%20JSON%20Action)

# Contributing

Expand All @@ -78,7 +78,7 @@ Additionally, you can support other GitHub Actions I have published:

- [VirusTotal Action](https://github.com/cssnr/virustotal-action)
- [Update Version Tags Action](https://github.com/cssnr/update-version-tags-action)
- [Update JSON Value Action](https://github.com/cssnr/env-json-action)
- [Update JSON Value Action](https://github.com/cssnr/update-json-value-action)
- [Parse Issue Form Action](https://github.com/cssnr/parse-issue-form-action)
- [Portainer Stack Deploy](https://github.com/cssnr/portainer-stack-deploy-action)
- [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action)
Expand Down

0 comments on commit 35f2c5b

Please sign in to comment.