diff --git a/README.md b/README.md index 3cf690c..377e63e 100644 --- a/README.md +++ b/README.md @@ -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