We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c20fadb commit 43b0affCopy full SHA for 43b0aff
1 file changed
README.md
@@ -13,9 +13,6 @@ This GitHub action exists because GitHub will not re-trigger builds. That means
13
In your GitHub action workflow add the follow step.
14
15
```yaml
16
-on:
17
- workflow_dispatch:
18
-
19
# Important! This is required: https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28
20
permissions:
21
contents: read
@@ -24,7 +21,7 @@ permissions:
24
jobs:
25
22
build:
26
23
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
28
# Put this action anywhere in your GitHub action workflow
29
- uses: rhosys/github-action-rebuild-pull-requests@v1
30
with:
0 commit comments