File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ branding:
7
7
color : " blue"
8
8
9
9
runs :
10
- using : " node16 "
10
+ using : " node20 "
11
11
pre : " dist/pre.js"
12
12
main : " dist/index.js"
13
13
post : " dist/post.js"
@@ -23,7 +23,7 @@ inputs:
23
23
overwrite :
24
24
description : " Overwrite target container image with slimmed version (only if target is not ID)"
25
25
required : false
26
- default : false
26
+ default : " false"
27
27
version :
28
28
description : " Define Slim version"
29
29
required : false
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ async function get_slim() {
55
55
KERNEL = os . platform ( ) ;
56
56
MACHINE = os . arch ( ) ;
57
57
58
- // Determine the target distrubution
58
+ // Determine the target distribution
59
59
if ( KERNEL === 'linux' ) {
60
60
EXT = 'tar.gz' ;
61
61
if ( MACHINE === 'x64' ) {
You can’t perform that action at this time.
0 commit comments