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.
variables
vars
1 parent eabec22 commit 5cbf71eCopy full SHA for 5cbf71e
.github/workflows/lint.yml
@@ -12,7 +12,7 @@ jobs:
12
lint:
13
runs-on: ubuntu-latest
14
env:
15
- THUMBNAIL_URL: ${{ variables.THUMBNAIL_URL }}
+ THUMBNAIL_URL: ${{ vars.THUMBNAIL_URL }}
16
17
steps:
18
- name: Checkout code
0 commit comments