File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check compiled action script CI
22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77jobs :
88 compile :
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
Original file line number Diff line number Diff line change 7171 # breaking changes
7272 description : Conformance GitHub Actions version by git ref
7373 type : string
74- default : ' master '
74+ default : ' main '
7575 required : false
7676jobs :
7777 # Download and cache the Functions Framework conformance test client
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Conformance test framework validation CI
22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77jobs :
88 run-conformance :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Unit test CI
22on :
33 push :
44 branches :
5- - master
5+ - main
66 pull_request :
77jobs :
88 test :
Original file line number Diff line number Diff line change 77action /node_modules
88action /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
2525logs
Original file line number Diff line number Diff 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
145145which 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
149149So the CloudEvent should have:
150150
You can’t perform that action at this time.
0 commit comments