File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3535
3636| Input | Description | Required | Default |
3737| ---------------------- | -------------------------------- | ------------------ | ---------------------- |
38- | ` base-branch` | Base branch for the pull request | :white_check_mark: | `develop` |
38+ | ` base-branch` | Base branch for the pull request | :white_check_mark: | `main` |
3939| `token` | GitHub token for authentication | :x : | `${{ github.token }}` |
4040| `branch-prefix` | Prefix for the update branch | :x : | `update-orbs` |
4141| `pr-title` | Title for the pull request | :x : | `Update CircleCI Orbs` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inputs:
1111 base-branch :
1212 required : true
1313 description : ' Base branch for PR'
14- default : ' develop '
14+ default : ' main '
1515
1616 branch-prefix :
1717 required : false
Original file line number Diff line number Diff line change 3030
3131| Input | Description | Required | Default |
3232| --------------- | -------------------------------- | ------------------ | --------------------- |
33- | ` base-branch` | Base branch for the pull request | :white_check_mark: | `develop` |
33+ | ` base-branch` | Base branch for the pull request | :white_check_mark: | `main` |
3434| `token` | GitHub token for authentication | :x : | `${{ github.token }}` |
3535| `branch-prefix` | Prefix for the update branch | :x : | `update-dependencies` |
3636
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inputs:
1111 base-branch :
1212 required : true
1313 description : ' Base branch for PR'
14- default : ' develop '
14+ default : ' main '
1515
1616 branch-prefix :
1717 required : false
Original file line number Diff line number Diff line change 3131
3232| Input | Description | Required | Default |
3333| ------------------- | ------------------------------------------- | ------------------ | ------------------------- |
34- | ` base-branch` | Base branch for the pull request | :white_check_mark: | `develop` |
34+ | ` base-branch` | Base branch for the pull request | :white_check_mark: | `main` |
3535| `token` | GitHub token for authentication | :x : | `${{ github.token }}` |
3636| `branch-prefix` | Prefix for the update branch | :x : | `update-dependencies` |
3737| `pr-title` | Title for the pull request | :x : | `Update NPM Dependencies` |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inputs:
1111 base-branch :
1212 required : true
1313 description : ' Base branch for PR'
14- default : ' develop '
14+ default : ' main '
1515
1616 branch-prefix :
1717 required : false
You can’t perform that action at this time.
0 commit comments