Skip to content

Commit 808d843

Browse files
authored
Merge pull request #960 from IntersectMBO/update-references-gha
Update `main` references in GHA
2 parents cd0d31a + 9ddcd61 commit 808d843

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/bin/check-git-dependencies

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ for row in $(cat tmp/repositories.json | jq -r '.[] | @base64'); do
4646
branches > branches.txt
4747

4848
commits branches.txt | grep "$tag" || (
49-
printf "Commit $tag from $location is not on the main branch or any release branches\n" >> "$base/tmp/dep-repo-result"
49+
printf "Commit $tag from $location is not on the master branch or any release branches\n" >> "$base/tmp/dep-repo-result"
5050
printf "Branches searched:"
5151
cat branches.txt | sed 's|^| |g'
5252
)
@@ -56,7 +56,7 @@ for row in $(cat tmp/repositories.json | jq -r '.[] | @base64'); do
5656
done
5757

5858
if [ -f tmp/dep-repo-result ]; then
59-
printf "${RED}Commits not on the main branch or any release branches detected in dependencies${NC}\n"
59+
printf "${RED}Commits not on the master branch or any release branches detected in dependencies${NC}\n"
6060
printf "${YELLOW}"
6161
cat tmp/dep-repo-result
6262
printf "${NC}"

.github/workflows/github-page.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Haddock documentation"
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
build:
@@ -58,7 +58,7 @@ jobs:
5858
path: ./haddocks.tgz
5959

6060
- name: Deploy documentation to gh-pages 🚀
61-
if: github.ref == 'refs/heads/main'
61+
if: github.ref == 'refs/heads/master'
6262
uses: peaceiris/actions-gh-pages@v4
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN || github.token }}

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
merge_group:
55
pull_request:
66
push:
7-
# we need this to populate cache for `main` branch to make it available to the child branches, see
7+
# we need this to populate cache for `master` branch to make it available to the child branches, see
88
# https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#restrictions-for-accessing-a-cache
99
branches:
10-
- main
10+
- master
1111
# GH caches are removed when not accessed within 7 days - this schedule runs the job every 6 days making
12-
# sure that we always have some caches on main
12+
# sure that we always have some caches on master
1313
schedule:
1414
- cron: '0 0 */6 * *'
1515

.github/workflows/hls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- main
7+
- master
88

99
permissions:
1010
contents: read

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ See the [Contributing guide](CONTRIBUTING.md) for how to contribute to this proj
4141
* [Pablo Lamela](https://github.com/palas)
4242

4343

44-
[![x86\_64-linux](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-linux.required/shield&style=flat-square&label=x86_64-linux)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-linux.required)
45-
[![x86\_64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-darwin.required/shield&style=flat-square&label=x86_64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/x86_64-darwin.required)
46-
[![aarch64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required/shield&style=flat-square&label=aarch64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required)
47-
[![GHA Build](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/haskell.yml?branch=main&label=GHA%20Build&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amain)
48-
[![Haddock](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/github-page.yml?branch=main&label=Haddocks&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amain)
44+
[![x86\_64-linux](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/master/x86_64-linux.required/shield&style=flat-square&label=x86_64-linux)](https://ci.iog.io/job/IntersectMBO-cardano-cli/master/x86_64-linux.required)
45+
[![x86\_64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/master/x86_64-darwin.required/shield&style=flat-square&label=x86_64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/master/x86_64-darwin.required)
46+
[![aarch64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/master/aarch64-darwin.required/shield&style=flat-square&label=aarch64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/master/aarch64-darwin.required)
47+
[![GHA Build](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/haskell.yml?branch=master&label=GHA%20Build&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amaster)
48+
[![Haddock](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/github-page.yml?branch=master&label=Haddocks&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amaster)
4949
[![Release Upload](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/release-upload.yml?label=GH%20Release%20Upload&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/release-upload.yml)
5050

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Versioning and release process
22

33
`cardano-cli` is following `cardano-api` release process.
4-
For the details, refer to [RELEASING.md document in `cardano-api` repository](https://github.com/input-output-hk/cardano-api/blob/main/RELEASING.md)
4+
For the details, refer to [RELEASING.md document in `cardano-api` repository](https://github.com/input-output-hk/cardano-api/blob/master/RELEASING.md)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See the security file in the [Cardano engineering handbook](https://github.com/input-output-hk/cardano-engineering-handbook/blob/main/SECURITY.md).
1+
See the security file in the [Cardano engineering handbook](https://github.com/input-output-hk/cardano-engineering-handbook/blob/master/SECURITY.md).

0 commit comments

Comments
 (0)