ARTEMIS-4533: fix up variable name to reflect actual usage
This commit is contained in:
parent
0b51bcfa52
commit
ff8f45de07
|
@ -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' }}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue