Skip to content

Commit f36b78b

Browse files
authored
Fix the e2e invalid github workflow. (#26)
1 parent 418a3e4 commit f36b78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828

2929
- name: Export project-specific environment variables
30-
if: secrets.E2E_EXTRA != ''
30+
if: ${{ secrets.E2E_EXTRA != '' }}
3131
env:
3232
E2E_EXTRA: ${{ secrets.E2E_EXTRA }}
3333
run: |

0 commit comments

Comments
 (0)