File tree 1 file changed +10
-5
lines changed
1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : checkout
10
- uses : actions/checkout@master
10
+ uses : actions/checkout@v2
11
11
12
12
- name : cache package-lock.json
13
13
uses : actions/cache@v1
@@ -40,10 +40,16 @@ jobs:
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : checkout
43
- uses : actions/checkout@master
43
+ uses : actions/checkout@v2
44
44
with :
45
45
token : ${{ secrets.ACCESS_TOKEN }}
46
- submodules : true
46
+
47
+ - name : Checkout submodules
48
+ uses : actions/checkout@v2
49
+ with :
50
+ repository : tangjinzhou/antdv-demo
51
+ token : ${{ secrets.ACCESS_TOKEN }}
52
+ path : antdv-demo
47
53
48
54
- name : restore cache from package-lock.json
49
55
uses : actions/cache@v1
66
72
uses : codecov/codecov-action@v1
67
73
with :
68
74
token : ${{ secrets.CODECOV_TOKEN }}
69
-
70
- needs : setup
71
75
76
+ needs : setup
You can’t perform that action at this time.
0 commit comments