Skip to content

Commit 7e614ee

Browse files
authored
Update e2e-main.yaml
1 parent 1c333fc commit 7e614ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: Red Hat Account Extension E2E tests
5252
runs-on: ubuntu-24.04
5353
env:
54-
MODE: ${{ inputs.mode }}
54+
MODE: ${{ inputs.mode || 'production' }}
5555
REPO: ${{ inputs.repositoryName || 'podman-desktop-redhat-account-ext' }}
5656
ORGANIZATION: ${{ inputs.organization || 'redhat-developer' }}
5757
BRANCH: ${{ inputs.branch || 'main' }}

0 commit comments

Comments
 (0)