Skip to content

Commit 8407731

Browse files
authored
Fixed typo (ad-m#98)
* Fixed typo * Update README.md
1 parent 3140f3a commit 8407731

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
@@ -22,8 +22,8 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v2
2424
with:
25-
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
26-
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
25+
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
26+
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
2727
- name: Create local changes
2828
run: |
2929
...

0 commit comments

Comments
 (0)