File tree 2 files changed +6
-4
lines changed
set-vendir-channels-path-to-imgpkg-bundle
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,9 @@ yq -i "
32
32
" " $VENDIR_FILE "
33
33
34
34
if [ -n " $BEARER_TOKEN " ]; then
35
+ echo running vendir sync with IMGPKG_TOKEN
35
36
IMGPKG_TOKEN=" $BEARER_TOKEN " vendir sync
36
37
else
38
+ echo running vendir sync without IMGPKG_TOKEN
37
39
vendir sync
38
40
fi
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ description: Sets a vendir directory to a imgpkg bundle image.
3
3
4
4
inputs :
5
5
channel_name :
6
- description : " The path under the channels directory to update."
6
+ description : The path under the channels directory to update.
7
7
required : true
8
8
imgpkg_bundle_image :
9
- description : " The imgpkg bundle image."
9
+ description : The imgpkg bundle image.
10
10
required : true
11
11
bearer_token :
12
12
description : Optional bearer token for authentication.
13
13
required : false
14
14
path :
15
- description : " The base directory path where vendir.yml is located."
15
+ description : The base directory path where vendir.yml is located.
16
16
required : false
17
- default : " . "
17
+ default : ' . '
18
18
19
19
runs :
20
20
using : docker
You can’t perform that action at this time.
0 commit comments