Skip to content

Commit

Permalink
fix: create pr (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
verbanicm authored Feb 19, 2024
1 parent 166e5d2 commit 1ccae5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/create-pull-request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ runs:
owner: context.repo.owner,
repo: context.repo.repo,
state: "open",
head: process.env.HEAD_BRANCH,
head: `${context.repo.owner}:${process.env.HEAD_BRANCH}`,
base: process.env.BASE_BRANCH,
});
Expand Down Expand Up @@ -374,7 +374,6 @@ runs:
core.setFailed(`Failed to create/update pull request: ${err}`);
}
# Enable auto-merge if requested
- name: 'Enable auto-merge'
id: 'enable-automerge'
Expand Down

0 comments on commit 1ccae5f

Please sign in to comment.