File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11
11
description : Latest eclipse release version (i.e. e4.28)
12
12
required : true
13
13
type : string
14
+ workflow_dispatch :
15
+ inputs :
16
+ version :
17
+ description : Version suffix in S3 (i.e. 4.19.1.RELEASE)
18
+ required : true
19
+ type : string
20
+ latest :
21
+ description : Latest eclipse release version (i.e. e4.28)
22
+ required : true
23
+ type : string
14
24
15
25
env :
16
26
AWS_ACCESS_KEY_ID : ${{ secrets.CDN_S3_ACCESS_KEY }}
51
61
echo "Found ${dir}"
52
62
dir_name=${dir:0:-1}
53
63
site_url="${DOWNLOAD_URL_ROOT}/release/TOOLS/sts4/update/${{ inputs.version }}/${dir_name}"
54
- if [[ ${dir_name} == "e4.30" ]] || ; then
64
+ if [[ ${dir_name} == "e4.30" ]]; then
55
65
${{ github.workspace }}/.github/scripts/generate-composite-site-files.sh ${{ steps.timestamp.outputs.date }} $site_url
56
66
else
57
67
${{ github.workspace }}/.github/scripts/generate-composite-site-files.sh ${{ steps.timestamp.outputs.date }} $site_url true
You can’t perform that action at this time.
0 commit comments