mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-26 17:24:45 +00:00
fix update-library-versions action (#3046)
This commit is contained in:
parent
6f309a0c1e
commit
44fdc462f3
.github/actions
1
.github/actions/publish-libs/action.yml
vendored
1
.github/actions/publish-libs/action.yml
vendored
@ -33,6 +33,7 @@ runs:
|
||||
- uses: ./.github/actions/update-library-versions
|
||||
name: Update Library Versions
|
||||
with:
|
||||
branch_name: ${{ env.BRANCH_NAME }}
|
||||
dry-run: ${{ inputs.dry-run }}
|
||||
|
||||
- name: Build Libraries
|
||||
|
@ -2,6 +2,10 @@ name: "Update Library Versions"
|
||||
description: "Updates ACA libraries according to the root Version"
|
||||
|
||||
inputs:
|
||||
branch_name:
|
||||
description: 'Name of the branch the workflow runs on'
|
||||
required: true
|
||||
type: string
|
||||
dry-run:
|
||||
description: dry run flag
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user