Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yaminidhamija authored Apr 17, 2024
1 parent ae866f1 commit e1e7bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e1e7bbf

Please sign in to comment.