File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 55 push :
66 branches :
77 - master
8-
98permissions : {}
10-
119jobs :
1210 updatecli :
1311 runs-on : ubuntu-latest
@@ -16,12 +14,10 @@ jobs:
1614 uses : " actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2
1715 with :
1816 persist-credentials : false
19-
2017 - name : " Setup updatecli"
21- uses : " updatecli/updatecli-action@3e2cbfd2d4bec97ce3ec7155da54ddf599893026 " # v3.1.0
18+ uses : " updatecli/updatecli-action@7aab164eed4ee3bb279611182ba1e62a3a867640 " # v3.1.1
2219 with :
2320 version : " v0.116.0"
24-
2521 - name : " Run updatecli only on monitored pipelines"
2622 run : updatecli compose apply --clean-git-branches=true --labels="monitor:active" --experimental
2723 env :
3127 UPDATECLI_UDASH_API_URL : ${{ secrets.UPDATECLI_UDASH_API_URL }}
3228 UPDATECLI_UDASH_ACCESS_TOKEN : ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3329 UPDATECLI_UDASH_URL : ${{ secrets.UPDATECLI_UDASH_URL }}
34-
3530 - name : " Run updatecli only on existing pipelines"
3631 run : updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
3732 env :
You can’t perform that action at this time.
0 commit comments