Skip to content

Commit

Permalink
Merge pull request #9 from BigGillyStyle/patch-1
Browse files Browse the repository at this point in the history
Update docs to reflect new release
  • Loading branch information
kishyr committed Mar 24, 2023
2 parents c02b7ea + 721de27 commit cb779ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Run find-and-replace to remove refs/heads/
uses: mad9000/actions-find-and-replace-string@1
uses: mad9000/actions-find-and-replace-string@3
id: findandreplace
with:
source: ${{ github.ref }}
Expand Down
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@2
uses: mad9000/actions-find-and-replace-string@3
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 cb779ec

Please sign in to comment.