News

USAGE: line-replace [file]:[line] [[string]] EXAMPLE: line-replace sample.txt:7 'New content for line seven.' Passed string will replace passed line number on passed file. If string is not provided, ...
This GitHub Action allows you to find and replace text in files by matching a string. It can be useful for automating repetitive tasks such as updating version numbers, replacing placeholders, or ...