ARTEMIS-4533: fix up variable name to reflect actual usage

This commit is contained in:
Robbie Gemmell 2024-01-08 15:27:47 +00:00
parent 0b51bcfa52
commit ff8f45de07
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ on:
pull_request: pull_request:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
examplesRepoUserOrOrg: examplesRepo:
description: 'The examples repo to use' description: 'The examples repo to use'
required: true required: true
default: 'apache/activemq-artemis-examples' default: 'apache/activemq-artemis-examples'
@ -17,7 +17,7 @@ on:
type: string type: string
env: env:
EXAMPLES_REPO: ${{ inputs.examplesRepoUserOrOrg || 'apache/activemq-artemis-examples' }} EXAMPLES_REPO: ${{ inputs.examplesRepo || 'apache/activemq-artemis-examples' }}
EXAMPLES_BRANCH: ${{ inputs.examplesRepoBranch || 'development' }} EXAMPLES_BRANCH: ${{ inputs.examplesRepoBranch || 'development' }}