File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - name : " Setup updatecli"
1818 uses : " updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1919 with :
20- version : " v0.115.0 "
20+ version : " v0.116.1 "
2121 - name : " Run updatecli"
2222 run : updatecli compose apply --clean-git-branches=true --experimental
2323 env :
Original file line number Diff line number Diff line change 88 repository_dispatch :
99 types :
1010 - " releasepost-release"
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@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
2522 with :
26- version : " v0.115.0"
27-
23+ version : " v0.116.1"
2824 - name : " Run updatecli only on Updatecli release event"
2925 run : updatecli compose apply --clean-git-branches=true --labels="release:releasepost" --experimental
3026 env :
Original file line number Diff line number Diff line change 1515 - name : " Setup updatecli"
1616 uses : " updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
1717 with :
18- version : " v0.115.0 "
18+ version : " v0.116.1 "
1919 - name : " Test updatecli in dry-run mode"
2020 run : " updatecli compose diff"
2121 env :
Original file line number Diff line number Diff line change 2020 - name : " Setup updatecli"
2121 uses : " updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
2222 with :
23- version : " v0.115.0 "
23+ version : " v0.116.1 "
2424 - name : " Run updatecli only on monitored pipelines"
2525 run : updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental
2626 env :
3030 UPDATECLI_UDASH_API_URL : ${{ secrets.UPDATECLI_UDASH_API_URL }}
3131 UPDATECLI_UDASH_ACCESS_TOKEN : ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3232 UPDATECLI_UDASH_URL : ${{ secrets.UPDATECLI_UDASH_URL }}
33-
3433 - name : " Run updatecli only on existing pipelines"
3534 run : updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
3635 env :
You can’t perform that action at this time.
0 commit comments