We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
THUMBNAIL_URL
1 parent 36d8f6d commit eabec22Copy full SHA for eabec22
.github/workflows/lint.yml
@@ -11,6 +11,8 @@ on:
11
jobs:
12
lint:
13
runs-on: ubuntu-latest
14
+ env:
15
+ THUMBNAIL_URL: ${{ variables.THUMBNAIL_URL }}
16
17
steps:
18
- name: Checkout code
0 commit comments