We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3140f3a commit 8407731Copy full SHA for 8407731
README.md
@@ -22,8 +22,8 @@ jobs:
22
steps:
23
- uses: actions/checkout@v2
24
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
+ persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
+ fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
27
- name: Create local changes
28
run: |
29
...
0 commit comments