File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 run : |
5555 echo "Fetching open Dependabot PRs..."
5656
57- BASE_BRANCH="${{ inputs.base_branch || 'main ' }}"
57+ BASE_BRANCH="${{ inputs.base_branch || 'master ' }}"
5858
5959 # Get all open Dependabot PRs with merge status
6060 ALL_PRS=$(gh pr list \
@@ -178,7 +178,7 @@ jobs:
178178 env :
179179 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
180180 run : |
181- BASE_BRANCH="${{ inputs.base_branch || 'main ' }}"
181+ BASE_BRANCH="${{ inputs.base_branch || 'master ' }}"
182182 COMBINED_BRANCH="merge-dependabot-updates-$(date +%Y%m%d-%H%M%S)"
183183
184184 echo "branch=$COMBINED_BRANCH" >> $GITHUB_OUTPUT
@@ -240,7 +240,7 @@ jobs:
240240 env :
241241 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
242242 run : |
243- BASE_BRANCH="${{ inputs.base_branch || 'main ' }}"
243+ BASE_BRANCH="${{ inputs.base_branch || 'master ' }}"
244244 COMBINED_BRANCH="${{ steps.merge.outputs.branch }}"
245245
246246 # Build PR body in a file to avoid shell escaping issues
You can’t perform that action at this time.
0 commit comments