Skip to content

Commit b94aa47

Browse files
authored
Update e2e-main.yaml
1 parent 4d8b8b3 commit b94aa47

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: ${{ github.event.inputs.repositoryName && 'podman-desktop-redhat-account-ext' }}
56-
ORGANIZATION: ${{ github.event.inputs.organization && 'redhat-developer' }}
57-
BRANCH: ${{ github.event.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)