From e1e7bbfae464a5b945b9e67bcc81540248fcb8de Mon Sep 17 00:00:00 2001 From: yaminidhamija <49972172+yaminidhamija@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:22:24 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a30bb4d..fbf4149 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,4 +36,4 @@ jobs: git add .github/dependabot.yml git commit -m "Update Dependabot target_branch to $new_release_branch_name" git push origin $dependabot_update_branch_name - gh pr create -H $dependabot_update_branch_name --title "Update Dependabot target_branch to $new_release_branch_name" --body "Created by Github action" + gh pr create --base test -H $dependabot_update_branch_name --title "Update Dependabot target_branch to $new_release_branch_name" --body "Created by Github action"