Replace env vars in file
Version updated for https://github.com/falnyr/replace-env-vars-action to version v1.3.3.
- This action is used across all versions by 296 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of replacing placeholder tokens (e.g., __TOKENS__) in a file with corresponding environment variable values. It simplifies workflows that require dynamic file content updates based on environment-specific configurations, reducing manual intervention and improving efficiency.
Release notes
Added support for & in the replaced text.