Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The config-file-from-env GitHub Action replaces environment variables in a specified configuration file with their corresponding values. This action automates the process of updating placeholders in configuration files to use actual environment settings, making it easier to manage configurations across different environments and deployments.
What’s Changed
- feat: Initial version (e440a96)