Skip to content

Commit

Permalink
#develop fixed typo yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Jun 4, 2024
1 parent 22eaea5 commit 366a322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/initiate-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
github.rest.pulls.create({
owner: context.repo.owner,
repo: context.repo.repo,
head: '${{ github.event.inputs.branch }}'
head: '${{ github.event.inputs.branch }}',
base: 'main',
title: 'Merge ${{ github.event.inputs.branch }} into main',
body: 'Automatically created merge request from workflow',
Expand Down

0 comments on commit 366a322

Please sign in to comment.