Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Oct 18, 2024
1 parent 3a077cf commit 23e9b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feat-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
gh_pr_up() {
gh pr create $* || gh pr edit $*
}
gh_pr_up --draft --branch master --template ".github/pull_request.md" --title "${BRANCH_NAME}" --body "Description"
gh_pr_up --draft --base master --template ".github/pull_request.md" --title "${BRANCH_NAME}" --body "Description"

0 comments on commit 23e9b6a

Please sign in to comment.