Skip to content

Commit 43b0aff

Browse files
committed
Improve documentation.
1 parent c20fadb commit 43b0aff

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ This GitHub action exists because GitHub will not re-trigger builds. That means
1313
In your GitHub action workflow add the follow step.
1414

1515
```yaml
16-
on:
17-
workflow_dispatch:
18-
1916
# Important! This is required: https://docs.github.com/en/rest/actions/workflow-jobs?apiVersion=2022-11-28
2017
permissions:
2118
contents: read
@@ -24,7 +21,7 @@ permissions:
2421
jobs:
2522
build:
2623
steps:
27-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v3
2825
# Put this action anywhere in your GitHub action workflow
2926
- uses: rhosys/github-action-rebuild-pull-requests@v1
3027
with:

0 commit comments

Comments
 (0)