We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e296f5 commit edc0932Copy full SHA for edc0932
.github/workflows/transform-tokens.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Create PR
44
uses: peter-evans/create-pull-request@v3
45
with:
46
- commit-message: "Tokens updated"
+ commit-message: ${{ github.event.client_payload.commitMessage || 'Tokens updated' }}
47
title: "Design tokens updated"
48
body: "Design tokens have been updated via Figma and need to be reviewed."
49
env:
0 commit comments