We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c333fc commit 7e614eeCopy full SHA for 7e614ee
.github/workflows/e2e-main.yaml
@@ -51,7 +51,7 @@ jobs:
51
name: Red Hat Account Extension E2E tests
52
runs-on: ubuntu-24.04
53
env:
54
- MODE: ${{ inputs.mode }}
+ MODE: ${{ inputs.mode || 'production' }}
55
REPO: ${{ inputs.repositoryName || 'podman-desktop-redhat-account-ext' }}
56
ORGANIZATION: ${{ inputs.organization || 'redhat-developer' }}
57
BRANCH: ${{ inputs.branch || 'main' }}
0 commit comments