Skip to content

Commit

Permalink
Update automated commit message (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: memosys <[email protected]>
  • Loading branch information
scottrepreneur and wtfsayo authored Nov 6, 2023
1 parent 60fc40c commit 4cdc8d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,103 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Sync Design Tokens

on:
push:
branches:
- '*'
- '!main'
branches-ignore:
- 'main'
paths:
- 'src/theme/tokens/tokens.json'

Expand All @@ -26,10 +25,10 @@ jobs:
node-version: 18

- name: Transform tokens
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

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

0 comments on commit 4cdc8d8

Please sign in to comment.