Skip to content

Commit

Permalink
Merge branch 'main' into test-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Jan 9, 2025
2 parents c9f8643 + 2a00b28 commit 4718cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
steps:
- uses: actions/checkout@v4
- name: create-pull-request
- name: pull-request
run: |
gh_pr_up() { gh pr create $* || gh pr edit $* }
gh_pr_up --title "${BRANCH_NAME}" --body "Updated files:\n$(git diff --name-only main...)"
gh_pr_up --title "My pull request" --body "Description"

0 comments on commit 4718cd6

Please sign in to comment.