Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit c2deb75

Browse files
author
Corneil du Plessis
committed
Update snapshot controller.
1 parent d2a8049 commit c2deb75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-snapshot-controller.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
"workflow_dispatch": {
6060
"owner": "spring-cloud",
6161
"repo": "spring-cloud-deployer-local",
62-
"ref": "2.8.x",
62+
"ref": "main",
6363
"workflow": "build-snapshot-worker.yml"
6464
}
6565
},
@@ -69,7 +69,7 @@ jobs:
6969
"workflow_dispatch": {
7070
"owner": "spring-cloud",
7171
"repo": "spring-cloud-deployer-cloudfoundry",
72-
"ref": "2.8.x",
72+
"ref": "main",
7373
"workflow": "build-snapshot-worker.yml"
7474
}
7575
},
@@ -79,7 +79,7 @@ jobs:
7979
"workflow_dispatch": {
8080
"owner": "spring-cloud",
8181
"repo": "spring-cloud-deployer-kubernetes",
82-
"ref": "2.8.x",
82+
"ref": "main",
8383
"workflow": "build-snapshot-worker.yml"
8484
}
8585
},

0 commit comments

Comments
 (0)