Skip to content

Commit

Permalink
Add support for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ggodlewski committed Oct 18, 2024
1 parent b359b34 commit 4a15597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/feat-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Create pull request
run: |
gh_pr_up() {
gh pr create --draft $* || gh pr edit $*
gh pr create --draft $* --body "${{ github.event.head_commit.message }}" || gh pr edit $* --body "${{ github.event.head_commit.message }}"
}
gh_pr_up --base master --title "${BRANCH_NAME}" --body "Description"
gh_pr_up --base master --title "${BRANCH_NAME}"

0 comments on commit 4a15597

Please sign in to comment.