Fix append changelog title

This commit is contained in:
shamoon 2024-01-24 11:51:32 -08:00
parent ce841d4196
commit 1f3406fd77

View File

@ -645,7 +645,7 @@ jobs:
script: |
const { repo, owner } = context.repo;
const result = await github.rest.pulls.create({
title: '[Documentation] Add ${{ needs.publish-release.outputs.version }} changelog',
title: 'Documentation: Add ${{ needs.publish-release.outputs.version }} changelog',
owner,
repo,
head: '${{ needs.publish-release.outputs.version }}-changelog',