We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94aa47 commit 210ca93Copy full SHA for 210ca93
.github/workflows/e2e-main.yaml
@@ -52,9 +52,9 @@ jobs:
52
runs-on: ubuntu-24.04
53
env:
54
MODE: ${{ inputs.mode }}
55
- REPO: ${{ inputs.repositoryName && 'podman-desktop-redhat-account-ext' }}
56
- ORGANIZATION: ${{ inputs.organization && 'redhat-developer' }}
57
- BRANCH: ${{ inputs.branch && 'main' }}
+ REPO: ${{ inputs.repositoryName || 'podman-desktop-redhat-account-ext' }}
+ ORGANIZATION: ${{ inputs.organization || 'redhat-developer' }}
+ BRANCH: ${{ inputs.branch || 'main' }}
58
steps:
59
- uses: actions/checkout@v4
60
if: github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'
0 commit comments