Skip to content

Commit 9f944bf

Browse files
committed
fix yml
1 parent faa2312 commit 9f944bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/surge.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ jobs:
1212
node-version: [12.x]
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- name: Checkout repository
16+
uses: actions/checkout@v2
17+
with:
18+
fetch-depth: 2
1619

17-
- name: Set up Node.js ${{ matrix.node-version }}
20+
- name: Set up Node.js ${{ matrix.node-version }}
1821
uses: actions/setup-node@v1
1922
with:
2023
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)