diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 9868a6cfb1..5b235bc37c 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -122,7 +122,7 @@ jobs: NEXT_PUBLIC_LOCAL_ETHEREUM_RPC_URL: http://127.0.0.1:8545 NEXT_PUBLIC_LOCAL_ARBITRUM_RPC_URL: http://127.0.0.1:8547 NEXT_PUBLIC_LOCAL_L3_RPC_URL: http://127.0.0.1:3347 - NEXT_PUBLIC_E2E_ORBIT_CUSTOM_GAS_TOKEN=${{ matrix.test.type == 'orbit-custom' && 'true' || 'false' }} + NEXT_PUBLIC_E2E_ORBIT_CUSTOM_GAS_TOKEN: ${{ matrix.test.type == 'orbit-custom' && 'true' || 'false' }} - name: Archive e2e artifacts uses: actions/upload-artifact@v4