Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 418e518

Browse files
authored
docs: Fix errors in the example in README.md (#1) (#98)
1 parent 6e572f0 commit 418e518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
(
2424
contains(github.event.comment.body, '/rebase') ||
2525
contains(github.event.comment.body, '/autosquash')
26-
) runs-on: ubuntu-latest
26+
)
2727
steps:
2828
- name: Checkout the latest code
2929
uses: actions/checkout@v2
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
3232
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
3333
- name: Automatic Rebase
34-
uses: cirrus-actions/rebase@1.5
34+
uses: cirrus-actions/rebase@1.7
3535
with:
3636
autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
3737
env:

0 commit comments

Comments
 (0)