json-templater
Version updated for https://github.com/georgepstaylor/render-json-template to version v0.0.14.
- This action is used across all versions by 2 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Render JSON Template GitHub Action automates the process of modifying JSON files by rendering a specified JSON template with key-value pairs provided as inputs. It simplifies the task of dynamically injecting or updating JSON data, making it useful for workflows that require customized JSON configurations. The action outputs a rendered JSON file with the specified changes applied.
Release notes
What’s Changed
- Bump python from 3.12-slim-bookworm to 3.13-slim-bookworm by @dependabot[bot] in https://github.com/georgepstaylor/render-json-template/pull/13
Full Changelog: https://github.com/georgepstaylor/render-json-template/compare/v0.0.13...v0.0.14