JSON Utils
Version updated for yakubique/json-utils to version v1.8.
- This action is used across all versions by 4 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Full Changelog: https://github.com/yakubique/json-utils/compare/v1.7...v1.8
None
Sometimes it’s OK to do nothing
- name: Nothing to do
uses: yakubique/json-utils@v1.8
with:
input: '[1,2,3,4,5]'
action: "none"
# returns: [1,2,3,4,5]