Skip to content

Commit 353fb21

Browse files
authored
typo (#18)
1 parent 2ee7360 commit 353fb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@master
2323
with:
2424
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
25-
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
25+
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
2626
- name: Create local changes
2727
run: |
2828
...

0 commit comments

Comments
 (0)