Skip to content

Commit

Permalink
Updates README.md with new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kishyr committed Feb 9, 2024
1 parent 5292ad6 commit c752ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The new value containing the found-and-replaced string.
### Example usage

```yaml
uses: mad9000/actions-find-and-replace-string@3
uses: mad9000/actions-find-and-replace-string@5
with:
source: ${{ github.ref }} # this translates to ref/heads/main on the main branch, but can be any arbitrary string
find: 'ref/heads/' # we want to remove ref/heads/ from source
Expand Down

0 comments on commit c752ea3

Please sign in to comment.