Skip to content

Commit 1da52b0

Browse files
authored
README.md: fix typo
Signed-off-by: Sultan Luchezarniy <Xottab-DUTY@users.noreply.github.com>
1 parent a3bb218 commit 1da52b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To push from your repository to `https://github.com/user/repo.git`, use this set
2525

2626
```yml
2727
- uses: actions/checkout@v6
28-
with:
28+
with:
2929
fetch-depth: 0 # this is required for correct mirroring
3030

3131
- uses: Xottab-DUTY/git-mirror@v1.0.0
@@ -38,7 +38,7 @@ To push from your repository to `https://github.com/user/repo.git`, use this set
3838
3939
```yml
4040
- uses: actions/checkout@v6
41-
with:
41+
with:
4242
fetch-depth: 0 # this is required for correct mirroring
4343

4444
- uses: Xottab-DUTY/git-mirror@v1.0.0
@@ -55,7 +55,7 @@ By default, this action uses `git push --mirror` command, but `--mirror` argumen
5555

5656
```yml
5757
- uses: actions/checkout@v6
58-
with:
58+
with:
5959
fetch-depth: 0 # this is required for correct mirroring
6060
6161
- uses: Xottab-DUTY/git-mirror@v1.0.0

0 commit comments

Comments
 (0)