Skip to content

Commit 4cdc8d8

Browse files
Update automated commit message (#105)
Co-authored-by: memosys <[email protected]>
1 parent 60fc40c commit 4cdc8d8

File tree

2 files changed

+4
-1103
lines changed

2 files changed

+4
-1103
lines changed

.github/workflows/tokens.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Sync Design Tokens
22

33
on:
44
push:
5-
branches:
6-
- '*'
7-
- '!main'
5+
branches-ignore:
6+
- 'main'
87
paths:
98
- 'src/theme/tokens/tokens.json'
109

@@ -26,10 +25,10 @@ jobs:
2625
node-version: 18
2726

2827
- name: Transform tokens
29-
run: npx token-transformer ./src/theme/tokens/tokens.json ./src/theme/tokens/tokens-output.json
28+
run: npx token-transformer ./src/theme/tokens/tokens.json ./src/theme/tokens/token-output.json
3029

3130
- name: Commit changes
3231
uses: devops-infra/action-commit-push@master
3332
with:
3433
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
commit_message: "Updated tokens"
34+
commit_message: "[Auto-Commit via Github Workflow] Updated tokens"

0 commit comments

Comments
 (0)