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.
1 parent 418a3e4 commit f36b78bCopy full SHA for f36b78b
1 file changed
.github/workflows/e2e.yaml
@@ -27,7 +27,7 @@ jobs:
27
ref: ${{ github.event.pull_request.head.sha }}
28
29
- name: Export project-specific environment variables
30
- if: secrets.E2E_EXTRA != ''
+ if: ${{ secrets.E2E_EXTRA != '' }}
31
env:
32
E2E_EXTRA: ${{ secrets.E2E_EXTRA }}
33
run: |
0 commit comments