We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c784f95 commit dd192d7Copy full SHA for dd192d7
1 file changed
action.yml
@@ -83,7 +83,7 @@ runs:
83
const pulls_create_params = {
84
owner: context.repo.owner,
85
repo: context.repo.repo,
86
- head: "${{steps.set_org_name.outputs.result}}:fix-version-pre-commit-config-" + HEAD_REF,
+ head: "${{steps.set_org_name.outputs.result}}:fix-text-" + HEAD_REF,
87
base: HEAD_REF,
88
title,
89
body: "鳩の唐揚げおいしい!😋😋😋 " + number
0 commit comments