diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 42b3d3f..31e3b34 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -32,7 +32,7 @@ jobs: env: # Inject app secrets like API keys here from github secrets ABORT_DELAY: 5000 - EXAMPLE_APP: Example App + APP_NAME: Example App run: | if [ "${{ github.event_name }}" == "schedule" ]; then # Normally would not be needed but we have no test environment in this template