Skip to content

Commit d1110f2

Browse files
Alexander BerezShwetha Gururajxandroc
committed
Fix broken release pipeline
Co-authored-by: Shwetha Gururaj <gururajsh@vmware.com> Co-authored-by: Alex Rocha <alexr1@vmware.com>
1 parent 1a04c17 commit d1110f2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build-sign-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
repository: cloudfoundry/cli-ci.git
159159
path: cli-ci
160-
ref: master
160+
ref: main
161161

162162
- name: Install Linux Packages
163163
run: sudo apt update && sudo apt install -y --no-install-recommends fakeroot
@@ -404,7 +404,7 @@ jobs:
404404
with:
405405
repository: cloudfoundry/cli-ci.git
406406
path: cli-ci
407-
ref: master
407+
ref: main
408408

409409
- name: Checkout bomutils
410410
uses: actions/checkout@v2

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Cloud Foundry CLI
22

3-
The READMEs for release branches have been consolidated into the [Master branch
4-
README](https://github.com/cloudfoundry/cli/blob/master/README.md).
3+
The READMEs for release branches have been consolidated into the [Master branch README](https://github.com/cloudfoundry/cli/blob/main/README.md).

0 commit comments

Comments
 (0)