fix update-library-versions action ()

This commit is contained in:
Denys Vuika 2023-03-07 13:35:56 -05:00 committed by GitHub
parent 6f309a0c1e
commit 44fdc462f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions
.github/actions
publish-libs
update-library-versions

@ -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