Skip to content

Commit ceee9c8

Browse files
committed
tweaks
1 parent 1ac3bc9 commit ceee9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-sqldef-version.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
echo "No changes to commit"
130130
echo "has_changes=false" >> $GITHUB_ENV
131131
else
132-
git commit -m "chore: update SQLDef version to $VERSION"
132+
git commit -m "Update sqldef version to $VERSION"
133133
echo "has_changes=true" >> $GITHUB_ENV
134134
fi
135135
@@ -181,7 +181,7 @@ jobs:
181181
const { data: pr } = await github.rest.pulls.create({
182182
owner: owner,
183183
repo: repo,
184-
title: `chore: update SQLDef version to ${version}`,
184+
title: `Update sqldef version to ${version}`,
185185
body: `## Description\n\nThis PR automatically updates the default SQLDef version to \`${version}\`.\n\n### Changes\n- Updated default version in \`action.yml\` to \`${version}\`\n\n### Triggered by\n${context.eventName === 'workflow_dispatch' ? '- Manual workflow dispatch' : '- SQLDef release workflow'}\n\n---\n*This PR was automatically created by the update-version workflow.*`,
186186
head: branch,
187187
base: 'main',

0 commit comments

Comments
 (0)