From b933de37ede908608cc4eff81684bb05a4e53308 Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo <71768+gionn@users.noreply.github.com> Date: Wed, 20 Sep 2023 17:32:56 +0200 Subject: [PATCH] OPSEXP-2311 Provide an input to trigger alternative updatecli ref (#1012) [skip ci] --- .github/workflows/bumpVersions.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bumpVersions.yml b/.github/workflows/bumpVersions.yml index 4c82d2994..4c00af3fd 100644 --- a/.github/workflows/bumpVersions.yml +++ b/.github/workflows/bumpVersions.yml @@ -9,6 +9,11 @@ on: tags-ignore: - '**' workflow_dispatch: + inputs: + alfresco-updatecli-ref: + description: "The version to use for alfresco/alfresco-updatecli configs" + type: string + default: master jobs: updatecli: @@ -28,7 +33,7 @@ jobs: uses: actions/checkout@v4 with: repository: alfresco/alfresco-updatecli - ref: master + ref: ${{ inputs.alfresco-updatecli-ref || 'master' }} path: alfresco-updatecli - name: Preprocess values file appending existing keys only