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

Commit

Permalink
docs: Fix errors in the example in README.md (#1) (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
martolini committed May 20, 2022
1 parent 6e572f0 commit 418e518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,15 +23,15 @@ jobs:
(
contains(github.event.comment.body, '/rebase') ||
contains(github.event.comment.body, '/autosquash')
) runs-on: ubuntu-latest
)
steps:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
uses: cirrus-actions/rebase@1.7
with:
autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
env:
Expand Down

0 comments on commit 418e518

Please sign in to comment.