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:
David Söderlund
2025-04-05 22:04:47 +02:00
parent c0bb4b9c92
commit 6febfdb2b7
2 changed files with 2 additions and 0 deletions
@@ -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