Skip to content

Commit

Permalink
ci: Fix tokens action (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
witwash authored Dec 4, 2023
1 parent 96a46d4 commit 817a664
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tokens-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- "design-tokens-**"
paths:
- "optimus/lib/src/theme/optimus_tokens.dart"

jobs:
pull-request:
Expand Down Expand Up @@ -31,8 +33,7 @@ jobs:
- name: Create Pull Request
run: |
gh pr create \
--base master \
gh pr create --base master \
--head ${{ github.ref_name }} \
--title 'feat: Design Tokens Update' \
--body 'Design Tokens were updated! This PR was created to update the code.' \
Expand Down

0 comments on commit 817a664

Please sign in to comment.