Skip to content

Commit 813f30f

Browse files
Merge pull request thomaseizinger#29 from thomaseizinger/fixes
Fix invalid use of `create-pull-request` action
2 parents 3e524d3 + 2795eb7 commit 813f30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/draft-new-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
- name: Create pull request
4949
uses: thomaseizinger/create-pull-request@1.0.0
5050
with:
51-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51+
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
head: release/${{ github.event.inputs.version }}
5353
base: master
54-
title: ${{ github.event.issue.title }}
54+
title: Release version ${{ github.event.inputs.version }}
5555
reviewers: ${{ github.actor }} # By default, we request a review from the person who triggered the workflow.
5656
# Write a nice message to the user.
5757
# We are claiming things here based on the `publish-new-release.yml` workflow.

0 commit comments

Comments
 (0)