Skip to content

Commit 37341fe

Browse files
docs: add documentation for the source branch
1 parent 96148b8 commit 37341fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ jobs:
290290
| source_gh_token | `[optional]` used for the source github repo token. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` | `false` | `${{ github.token }}` |
291291
| target_gh_token | `[optional]` used for the source github repo token. Can be passed in using `${{ secrets.GITHUB_TOKEN }}` | `false` | `${{ github.token }}` |
292292
| source_repo_path | Repository path of the template | `true` | |
293+
| source_branch | `[optional]` used for the source repository branch | `false` | remote default branch |
293294
| upstream_branch | The target branch | `false` | The remote's default (usually `main`) |
294295
| source_repo_ssh_private_key | `[optional]` private ssh key for the source repository. [see](#private-template-repository) | `false` | |
295296
| pr_branch_name_prefix | `[optional]` the prefix of branches created by this action | `false` | `chore/template_sync` |

0 commit comments

Comments
 (0)