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 5e5500d commit be8025dCopy full SHA for be8025d
.github/workflows/updatecli_update.yaml
@@ -17,12 +17,6 @@ jobs:
17
with:
18
version: "v0.113.0-rc.1"
19
20
- - name: "Set up Go"
21
- uses: "actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
22
- with:
23
- go-version-file: "go.mod"
24
- id: go
25
-
26
- name: "Run updatecli only on existing pipelines"
27
run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
28
env:
0 commit comments