Skip to content

Commit fb36354

Browse files
committed
fix: Checkout
1 parent b747b93 commit fb36354

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
16-
with:
17-
fetch-depth: 0
15+
uses: actions/checkout@v2
16+
with:
17+
fetch-depth: 0
1818

1919
- uses: actions/setup-node@v1
2020
with:

0 commit comments

Comments
 (0)