Skip to content

Commit 5691640

Browse files
committed
chore: fix tokens file path
1 parent 606c28b commit 5691640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-figma-to-tokens.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: npm install
3030

3131
- name: Sync variables in Figma file to tokens
32-
run: npm run sync-figma-to-tokens -- --output tokens
32+
run: npm run sync-figma-to-tokens -- --output packages/ffe-core/tokens
3333
env:
3434
FILE_KEY: ${{ github.event.inputs.file_key }}
3535
PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_ACTION_VARIABLES_SYNC_FIGMA_TOKEN }}

0 commit comments

Comments
 (0)