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 :
45 workflow_dispatch :
56 schedule :
67 # Run at 12:00 every 14 days
78 - cron : " 0 12 */14 * *"
8-
99permissions : {}
10-
1110jobs :
1211 updatecli :
1312 runs-on : ubuntu-latest
@@ -16,12 +15,10 @@ jobs:
1615 uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1716 with :
1817 persist-credentials : false
19-
2018 - name : " Setup updatecli"
2119 uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
2220 with :
23- version : " v0.114.0"
24-
21+ version : " v0.115.0"
2522 - name : " Run updatecli"
2623 run : updatecli compose apply --clean-git-branches=true --experimental
2724 env :
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
@@ -14,12 +12,10 @@ jobs:
1412 uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1513 with :
1614 persist-credentials : false
17-
1815 - name : " Setup updatecli"
1916 uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
2017 with :
21- version : " v0.114.0"
22-
18+ version : " v0.115.0"
2319 - name : " Test updatecli in dry-run mode"
2420 run : " updatecli compose diff"
2521 env :
Original file line number Diff line number Diff line change 88 push :
99 branches :
1010 - main
11-
1211permissions : {}
13-
1412jobs :
1513 updatecli :
1614 runs-on : ubuntu-latest
@@ -19,12 +17,10 @@ jobs:
1917 uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
2018 with :
2119 persist-credentials : false
22-
2320 - name : " Setup updatecli"
2421 uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0
2522 with :
26- version : " v0.114.0"
27-
23+ version : " v0.115.0"
2824 - name : " Run updatecli only on monitored pipelines"
2925 run : updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
3026 env :
3430 UPDATECLI_UDASH_API_URL : ${{ secrets.UPDATECLI_UDASH_API_URL }}
3531 UPDATECLI_UDASH_ACCESS_TOKEN : ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3632 UPDATECLI_UDASH_URL : ${{ secrets.UPDATECLI_UDASH_URL }}
37-
3833 - name : " Run updatecli only on existing pipelines"
3934 run : updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
4035 env :
You can’t perform that action at this time.
0 commit comments