Skip to content

Commit edc0932

Browse files
hayawata3626hayatsu
andauthored
ci: enable the ability to receive the commit message. (#51)
Co-authored-by: hayatsu <[email protected]>
1 parent 2e296f5 commit edc0932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/transform-tokens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Create PR
4444
uses: peter-evans/create-pull-request@v3
4545
with:
46-
commit-message: "Tokens updated"
46+
commit-message: ${{ github.event.client_payload.commitMessage || 'Tokens updated' }}
4747
title: "Design tokens updated"
4848
body: "Design tokens have been updated via Figma and need to be reviewed."
4949
env:

0 commit comments

Comments
 (0)