Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumar-vs committed May 1, 2024
1 parent 134ee25 commit dde9a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runner-integration-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: _runner-integration-cli-tests
on:
workflow_call:
inputs:
pmm_qa_branch:
qa_integration_branch:
description: "Branch for qa-integration to checkout"
required: false
type: string
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
timeout-minutes: 40
env:
SHA: ${{ github.event.inputs.sha || inputs.sha || github.event.pull_request.head.sha || github.event.pull_request.head.sha || github.sha || 'null' }}
PMM_QA_BRANCH: ${{ inputs.pmm_qa_branch || 'v3' }}
PMM_QA_BRANCH: ${{ inputs.qa_integration_branch || 'v3' }}
PMM_UI_TESTS_BRANCH: ${{ inputs.pmm_ui_tests_branch || 'v3' }}
PMM_CLIENT_VERSION: ${{ inputs.pmm_client_version || '3-dev-latest' }}

Expand Down

0 comments on commit dde9a30

Please sign in to comment.