Skip to content

Commit f9bd16c

Browse files
author
lucifer
committed
fix: checkout anoter
1 parent f7987dd commit f9bd16c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/generate.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
steps:
88
- name: Check out repository code
99
uses: actions/checkout@v2
10+
- name: Check out repository code
11+
uses: actions/checkout@v2
12+
with:
13+
repository: "leetcode-pp/91alg-4"
1014
- name: run npm
1115
uses: actions/setup-node@v2
1216
with:

0 commit comments

Comments
 (0)