File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
12name : Updatecli
23on :
34 release :
1213 - name : " Checkout"
1314 uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1415 - name : " Setup updatecli"
15- uses : " updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b " # v2.99 .0
16+ uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c " # v2.100 .0
1617 with :
1718 version : " v0.114.0"
1819 - name : " Set up Go"
Original file line number Diff line number Diff line change 22name : Updatecli Test
33on :
44 pull_request :
5-
65permissions :
76 contents : read
8-
97jobs :
108 updatecli :
119 runs-on : ubuntu-latest
1210 steps :
1311 - name : " Checkout"
1412 uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1513 - name : " Setup updatecli"
16- uses : " updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b " # v2.99 .0
14+ uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c " # v2.100 .0
1715 with :
1816 version : " v0.114.0"
1917 - name : " Set up Go"
Original file line number Diff line number Diff line change 1515 - name : " Checkout"
1616 uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1717 - name : " Setup updatecli"
18- uses : " updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b " # v2.99 .0
18+ uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c " # v2.100 .0
1919 with :
2020 version : " v0.114.0"
2121 - name : " Set up Go"
2727 run : " go install github.com/swaggo/swag/cmd/swag@$SWAGGER_VERSION"
2828 env :
2929 SWAGGER_VERSION : v1.16.6
30-
3130 - name : " Run updatecli only on monitored pipelines"
3231 run : updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
3332 env :
3736 UPDATECLI_UDASH_API_URL : ${{ secrets.UPDATECLI_UDASH_API_URL }}
3837 UPDATECLI_UDASH_ACCESS_TOKEN : ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3938 UPDATECLI_UDASH_URL : ${{ secrets.UPDATECLI_UDASH_URL }}
40-
4139 - name : " Run updatecli only on existing pipelines"
4240 run : updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
4341 env :
You can’t perform that action at this time.
0 commit comments