Skip to content

Commit

Permalink
ARTEMIS-4533: fix up variable name to reflect actual usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmellr committed Jan 8, 2024
1 parent 0b51bcf commit ff8f45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
workflow_dispatch:
inputs:
examplesRepoUserOrOrg:
examplesRepo:
description: 'The examples repo to use'
required: true
default: 'apache/activemq-artemis-examples'
Expand All @@ -17,7 +17,7 @@ on:
type: string

env:
EXAMPLES_REPO: ${{ inputs.examplesRepoUserOrOrg || 'apache/activemq-artemis-examples' }}
EXAMPLES_REPO: ${{ inputs.examplesRepo || 'apache/activemq-artemis-examples' }}
EXAMPLES_BRANCH: ${{ inputs.examplesRepoBranch || 'development' }}


Expand Down

0 comments on commit ff8f45d

Please sign in to comment.