Skip to content

Commit 2a13897

Browse files
authored
Fix workflow and format fails (#2565)
1 parent c69623c commit 2a13897

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tokens-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Token Format Validation
22

33
on:
44
workflow_dispatch:
5-
push:
6-
branches:
7-
- production
5+
pull_request:
86
paths:
97
- "tokens/*.json"
8+
branches:
9+
- production
1010

1111
jobs:
1212
lint-tokens:

tokens/vivo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"backgroundDropZoneBrandDragover": {
144144
"value": "rgba({palette.vivoPurpleDark}, 0.4)",
145145
"type": "color",
146-
"description": "darkModeBlack"
146+
"description": "vivoPurpleDark"
147147
},
148148
"skeletonWave": {
149149
"value": "{palette.grey2}",

0 commit comments

Comments
 (0)