We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43b0aff commit d7f893fCopy full SHA for d7f893f
1 file changed
README.md
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v3
25
# Put this action anywhere in your GitHub action workflow
26
- - uses: rhosys/github-action-rebuild-pull-requests@v1
+ - uses: rhosys/github-action-rebuild-pull-requests@v1.0
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
29
```
0 commit comments