Skip to content

Commit 76c643f

Browse files
authored
Merge pull request #131 from nemuki/main
draft-entry のブランチに ENTRY_ID が設定されないため修正
2 parents fa544a6 + 7cf8f9a commit 76c643f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create-draft-pull-request/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ runs:
8282
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7
8383
with:
8484
title: ${{ inputs.title }}
85-
branch: draft-entry-${{ env.ENTRY_ID }}
85+
branch: draft-entry-${{ steps.set-entry-variables.outputs.ENTRY_ID }}
8686
body: ${{ steps.prepare-pull-request-body.outputs.PULL_REQUEST_BODY }}
8787
delete-branch: true
8888
draft: ${{ inputs.draft == 'true' }}

0 commit comments

Comments
 (0)