File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 schedule :
66 # Run at 12:00 every Saterday every 14 days
7- - cron : ' 0 12 */14 * 6'
7+ - cron : " 0 12 */14 * 6"
88
99jobs :
1010 prepare :
1818 with :
1919 version : " v0.113.0-rc.1"
2020
21- - name : " Set up Go"
22- uses : " actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
23- with :
24- go-version-file : " go.mod"
25- id : go
26-
2721 - name : " Run updatecli"
2822 run : updatecli compose apply --clean-git-branches=true --experimental
2923 env :
Original file line number Diff line number Diff line change 1818 with :
1919 version : " v0.113.0-rc.1"
2020
21- - name : " Set up Go"
22- uses : " actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
23- with :
24- go-version-file : " go.mod"
25- id : go
26-
2721 - name : " Test updatecli in dry-run mode"
2822 run : " updatecli compose diff"
2923 env :
Original file line number Diff line number Diff line change 1717 with :
1818 version : " v0.113.0-rc.1"
1919
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-
2620 - name : " Run updatecli only on existing pipelines"
2721 run : updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
2822 env :
You can’t perform that action at this time.
0 commit comments