File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 version :
7- description : Version suffix in S3 (i.e. 4.19.1.RELEASE)
8- required : true
9- type : string
10- ls-extensions-update-site-suffix :
117 description : The suffix of the p2 repo URL in S3 (i.e. 2023-08-01)
128 required : true
139 type : string
3228 CLOUDFLARE_ZONE_ID : ${{ secrets.CLOUDFLARE_ZONE_ID }}
3329 CLOUDFLARE_CACHE_TOKEN : ${{ secrets.CLOUDFLARE_CACHE_TOKEN }}
3430 run : |
35- site_url="https://download.springsource.com/release/TOOLS/sts4/update/ ${{ inputs.version }}/${{ inputs.ls-extensions-update-site-suffix }}"
31+ site_url="https://download.springsource.com/release/TOOLS/sts4-language-server-integrations/ ${{ inputs.version }}"
3632 ${{ github.workspace }}/.github/scripts/generate-composite-site-files.sh ${{ steps.timestamp.outputs.date }} $site_url
3733 cat ./compositeArtifacts.xml
3834 cat ./compositeContent.xml
You can’t perform that action at this time.
0 commit comments