Skip to content

Commit 5cbf71e

Browse files
authored
build: fix variables to vars in lint workflow
1 parent eabec22 commit 5cbf71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
env:
15-
THUMBNAIL_URL: ${{ variables.THUMBNAIL_URL }}
15+
THUMBNAIL_URL: ${{ vars.THUMBNAIL_URL }}
1616

1717
steps:
1818
- name: Checkout code

0 commit comments

Comments
 (0)