Skip to content

Commit 64c4b63

Browse files
ci: rename master branch to main (#126)
1 parent 64d4646 commit 64c4b63

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check compiled action script CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
compile:
@@ -26,5 +26,5 @@ jobs:
2626
- name: Lint Code Base
2727
uses: github/super-linter@v4
2828
env:
29-
DEFAULT_BRANCH: master
29+
DEFAULT_BRANCH: main
3030
VALIDATE_JSON: true

.github/workflows/buildpack-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ on:
7171
# breaking changes
7272
description: Conformance GitHub Actions version by git ref
7373
type: string
74-
default: 'master'
74+
default: 'main'
7575
required: false
7676
jobs:
7777
# Download and cache the Functions Framework conformance test client

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Conformance test framework validation CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
run-conformance:

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Unit test CI
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
pull_request:
77
jobs:
88
test:

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BUILD
77
action/node_modules
88
action/lib
99

10-
## From https://github.com/github/gitignore/blob/master/Go.gitignore
10+
## From https://github.com/github/gitignore/blob/main/Go.gitignore
1111

1212
# Binaries for programs and plugins
1313
*.exe
@@ -19,7 +19,7 @@ action/lib
1919
# Test binary, built with `go test -c`
2020
*.test
2121

22-
## From https://github.com/github/gitignore/blob/master/Node.gitignore
22+
## From https://github.com/github/gitignore/blob/main/Node.gitignore
2323

2424
# Logs
2525
logs

docs/mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ The GCF HTTP representation of Cloud PubSub events (events with a
144144
*gcf_service* of `pubsub.googleapis.com`) contain a `data` property
145145
which needs to be wrapped in an extra JSON object in the CloudEvent
146146
`data` attribute, to conform with the [expected CloudEvent
147-
representation](https://github.com/googleapis/google-cloudevents/blob/master/proto/google/events/cloud/pubsub/v1/data.proto).
147+
representation](https://github.com/googleapis/google-cloudevents/blob/main/proto/google/events/cloud/pubsub/v1/data.proto).
148148

149149
So the CloudEvent should have:
150150

0 commit comments

Comments
 (0)