File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 55 schedule :
66 # Run at 12:00 every 14 days
77 - cron : " 0 12 */14 * *"
8-
98jobs :
109 updatecli :
1110 runs-on : ubuntu-latest
1211 steps :
1312 - name : " Checkout"
1413 uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
15-
1614 - name : " Setup updatecli"
17- uses : " updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635 " # v2.96.0
15+ uses : " updatecli/updatecli-action@v2.100.0 " # v2.96.0
1816 with :
1917 version : " v0.114.0"
20-
2118 - name : " Run updatecli"
2219 run : updatecli compose apply --clean-git-branches=true --experimental
2320 env :
Original file line number Diff line number Diff line change 1+ ---
12name : Updatecli Test
2-
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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
15-
1613 - name : " Setup updatecli"
17- uses : " updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635 " # v2.96.0
14+ uses : " updatecli/updatecli-action@v2.100.0 " # v2.96.0
1815 with :
1916 version : " v0.114.0"
20-
2117 - name : " Test updatecli in dry-run mode"
2218 run : " updatecli compose diff"
2319 env :
Original file line number Diff line number Diff line change 1+ ---
12name : Updatecli - Update
23on :
34 workflow_dispatch :
78 push :
89 branches :
910 - v2
10-
1111jobs :
1212 updatecli :
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : " Checkout"
1616 uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
17-
1817 - name : " Setup updatecli"
19- uses : " updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635 " # v2.96.0
18+ uses : " updatecli/updatecli-action@v2.100.0 " # v2.96.0
2019 with :
2120 version : " v0.114.0"
22-
2321 - name : " Run updatecli only on monitored pipelines"
2422 run : updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
2523 env :
2927 UPDATECLI_UDASH_API_URL : ${{ secrets.UPDATECLI_UDASH_API_URL }}
3028 UPDATECLI_UDASH_ACCESS_TOKEN : ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3129 UPDATECLI_UDASH_URL : ${{ secrets.UPDATECLI_UDASH_URL }}
32-
3330 - name : " Run updatecli only on existing pipelines"
3431 run : updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
3532 env :
You can’t perform that action at this time.
0 commit comments