We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee7360 commit 353fb21Copy full SHA for 353fb21
README.md
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@master
23
with:
24
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
+ fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
26
- name: Create local changes
27
run: |
28
...
0 commit comments