Skip to content

Commit

Permalink
fix: allow prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
undead404 committed Mar 5, 2024
1 parent 24225d1 commit 294d1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Create Pull Request
# Creates a PR from current branch to master
run: |
gh pr create --base master --head ${GITHUB_REF#refs/heads/} --fill
gh pr create --base master --head ${GITHUB_REF} --fill
name: Create Pull Request
on:
push:
Expand Down

0 comments on commit 294d1e1

Please sign in to comment.