From b518869730e88fd2decf0a3a2a92a433d75319eb Mon Sep 17 00:00:00 2001 From: Giovanni Toraldo Date: Wed, 20 Sep 2023 14:36:23 +0200 Subject: [PATCH] Provide an input to trigger alternative updatecli ref --- .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