Skip to content

Commit d7f893f

Browse files
committed
Fix reference to v1.0 version.
1 parent 43b0aff commit d7f893f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v3
2525
# Put this action anywhere in your GitHub action workflow
26-
- uses: rhosys/github-action-rebuild-pull-requests@v1
26+
- uses: rhosys/github-action-rebuild-pull-requests@v1.0
2727
with:
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
```

0 commit comments

Comments
 (0)