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 60fc40c commit 4cdc8d8Copy full SHA for 4cdc8d8
.github/workflows/tokens.yml
@@ -2,9 +2,8 @@ name: Sync Design Tokens
2
3
on:
4
push:
5
- branches:
6
- - '*'
7
- - '!main'
+ branches-ignore:
+ - 'main'
8
paths:
9
- 'src/theme/tokens/tokens.json'
10
@@ -26,10 +25,10 @@ jobs:
26
25
node-version: 18
27
28
- name: Transform tokens
29
- run: npx token-transformer ./src/theme/tokens/tokens.json ./src/theme/tokens/tokens-output.json
+ run: npx token-transformer ./src/theme/tokens/tokens.json ./src/theme/tokens/token-output.json
30
31
- name: Commit changes
32
uses: devops-infra/action-commit-push@master
33
with:
34
github_token: ${{ secrets.GITHUB_TOKEN }}
35
- commit_message: "Updated tokens"
+ commit_message: "[Auto-Commit via Github Workflow] Updated tokens"
0 commit comments