Skip to content

Commit f56d1b8

Browse files
committed
Fixes var name
1 parent e8f6df8 commit f56d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
FIGMA_TOKEN: ${{ secrets.FIGMA_TOKEN }}
2121
FIGMA_FILE: ${{ secrets.FIGMA_FILE }}
22-
FILE_TYPE: ${{ secrets.FILE_TYPE }}
22+
FILE_FORMAT: ${{ secrets.FILE_FORMAT }}
2323
run: npm run start
2424
- uses: EndBug/add-and-commit@v9
2525
with:

0 commit comments

Comments
 (0)