Replace multiple strings in files
Version updated for https://github.com/flcdrg/replace-multiple-action to version v4.1.2.
- This action is used across all versions by 111 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of finding and replacing strings in files based on specified patterns. It simplifies bulk text replacements across multiple files, supporting both direct input and external JSON configuration for complex replacement scenarios. Key capabilities include customizable search patterns with prefix and suffix options and integration with other actions for dynamic replacements.
Release notes
Changes
- Add FindJsonFile property @flcdrg (#1010)