You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the possibility of reading multiple strings to substitute and their replacements from a local file contained in the repository.
For instance, this feature could be useful if:
You need to replace many strings; by reading them from a file, you would need to call this action only once.
You have different values to replace based on the application environment or other conditions; this way, you could create separate files containing the replacements for a specific environment.
This feature would require a new input parameter (e.g. replacementsFilePath).
Users of the action would need to use either this parameter or the usual replacement-text and search-text (but not both options at the same time).
The text was updated successfully, but these errors were encountered:
Add the possibility of reading multiple strings to substitute and their replacements from a local file contained in the repository.
For instance, this feature could be useful if:
This feature would require a new input parameter (e.g.
replacementsFilePath
).Users of the action would need to use either this parameter or the usual
replacement-text
andsearch-text
(but not both options at the same time).The text was updated successfully, but these errors were encountered: