Skip to content

Commit

Permalink
add configOverride input to action
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Dec 18, 2023
1 parent 39def0d commit 0dacd3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/automation-load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ on:
description: TestInputs
required: false
type: string
ConfigOverride:
description: ConfigOverride
required: false
type: string
slackMemberID:
description: Notifies test results (Not your @)
required: true
Expand All @@ -43,6 +47,7 @@ jobs:
SLACK_API_KEY: ${{ secrets.QA_SLACK_API_KEY }}
SLACK_CHANNEL: C03KJ5S7KEK
TEST_INPUTS: ${{ inputs.TestInputs }}
CONFIG_OVERRIDE: ${{ inputs.ConfigOverride }}
CHAINLINK_ENV_USER: ${{ github.actor }}
REF_NAME: ${{ github.head_ref || github.ref_name }}
steps:
Expand Down

0 comments on commit 0dacd3e

Please sign in to comment.