We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa8b02 commit 215371aCopy full SHA for 215371a
1 file changed
.github/workflows/updatecli_release.yaml
@@ -1,5 +1,5 @@
1
---
2
-name: Updatecli - Update
+name: Updatecli - Release
3
on:
4
workflow_dispatch:
5
schedule:
@@ -21,7 +21,7 @@ jobs:
21
uses: "updatecli/updatecli-action@2cc8e6d8e356d76b0280cdd03766c36596a0614e" # v3.0.0
22
with:
23
version: "v0.115.0"
24
- - name: "Run updatecli only on monitored pipelines"
+ - name: "Run updatecli only on Updatecli release event"
25
run: updatecli compose apply --clean-git-branches=true --labels="release:updatecli" --experimental
26
env:
27
UPDATECLI_GITHUB_APP_CLIENT_ID: ${{ secrets.UPDATECLIBOT_APP_ID }}
0 commit comments