Skip to content

Commit

Permalink
ci: enable the ability to receive the commit message. (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: hayatsu <[email protected]>
  • Loading branch information
hayawata3626 and hayatsu authored Aug 18, 2023
1 parent 2e296f5 commit edc0932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/transform-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Create PR
uses: peter-evans/create-pull-request@v3
with:
commit-message: "Tokens updated"
commit-message: ${{ github.event.client_payload.commitMessage || 'Tokens updated' }}
title: "Design tokens updated"
body: "Design tokens have been updated via Figma and need to be reviewed."
env:
Expand Down

0 comments on commit edc0932

Please sign in to comment.