Skip to content

Commit 210ca93

Browse files
authored
Update e2e-main.yaml
1 parent b94aa47 commit 210ca93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/e2e-main.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
runs-on: ubuntu-24.04
5353
env:
5454
MODE: ${{ inputs.mode }}
55-
REPO: ${{ inputs.repositoryName && 'podman-desktop-redhat-account-ext' }}
56-
ORGANIZATION: ${{ inputs.organization && 'redhat-developer' }}
57-
BRANCH: ${{ inputs.branch && 'main' }}
55+
REPO: ${{ inputs.repositoryName || 'podman-desktop-redhat-account-ext' }}
56+
ORGANIZATION: ${{ inputs.organization || 'redhat-developer' }}
57+
BRANCH: ${{ inputs.branch || 'main' }}
5858
steps:
5959
- uses: actions/checkout@v4
6060
if: github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'

0 commit comments

Comments
 (0)