File tree 3 files changed +12
-6
lines changed
actions/generate-datasheets
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ inputs:
12
12
runs :
13
13
using : composite
14
14
steps :
15
- - uses : actions/checkout@v4
16
- with :
17
- fetch-depth : 1
18
-
19
15
- uses : actions/cache@v4
20
16
id : cache
21
17
with :
Original file line number Diff line number Diff line change 22
22
name : Render Datasheets
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : ./.github/actions/generated-datasheets
25
+
26
+ - uses : actions/checkout@v4
27
+ with :
28
+ fetch-depth : 1
29
+
30
+ - uses : ./.github/actions/generate-datasheets
26
31
with :
27
32
artifact-name : datasheets
28
33
datasheets-path : static/resources/datasheets
Original file line number Diff line number Diff line change 22
22
name : Render Datasheets
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : ./.github/actions/generated-datasheets
25
+
26
+ - uses : actions/checkout@v4
27
+ with :
28
+ fetch-depth : 1
29
+
30
+ - uses : ./.github/actions/generate-datasheets
26
31
with :
27
32
artifact-name : datasheets
28
33
datasheets-path : static/resources/datasheets
You can’t perform that action at this time.
0 commit comments