Skip to content

Commit

Permalink
OPSEXP-2311 Provide an input to trigger alternative updatecli ref (#1012
Browse files Browse the repository at this point in the history
)

[skip ci]
  • Loading branch information
gionn authored Sep 20, 2023
1 parent 16e10b3 commit 8fac860
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/bumpVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 8fac860

Please sign in to comment.