Skip to content

Commit dd192d7

Browse files
committed
Fix branch
1 parent c784f95 commit dd192d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
const pulls_create_params = {
8484
owner: context.repo.owner,
8585
repo: context.repo.repo,
86-
head: "${{steps.set_org_name.outputs.result}}:fix-version-pre-commit-config-" + HEAD_REF,
86+
head: "${{steps.set_org_name.outputs.result}}:fix-text-" + HEAD_REF,
8787
base: HEAD_REF,
8888
title,
8989
body: "鳩の唐揚げおいしい!😋😋😋 " + number

0 commit comments

Comments
 (0)