Update the documentation to reflect that defaultBranch can be set when publishing to github
Signed-off-by: David Söderlund <ds@dsoderlund.consulting>
This commit is contained in:
@@ -71,6 +71,7 @@ spec:
|
||||
allowedHosts: ['github.com']
|
||||
description: This is ${{ parameters.name }}
|
||||
repoUrl: ${{ parameters.repoUrl }}
|
||||
defaultBranch: 'main'
|
||||
|
||||
- id: register
|
||||
name: Register
|
||||
|
||||
@@ -83,6 +83,7 @@ spec:
|
||||
allowedHosts: ['github.com']
|
||||
description: This is ${{ parameters.name }}
|
||||
repoUrl: ${{ parameters.repoUrl }}
|
||||
defaultBranch: 'main'
|
||||
|
||||
- id: register
|
||||
name: Register
|
||||
|
||||
Reference in New Issue
Block a user