Give branch name to script to avoid recalculating it

This commit is contained in:
Erwan MATHIEU 2024-11-27 12:04:16 +01:00
parent 0b323764ab
commit dd659e3fbe
2 changed files with 2 additions and 0 deletions

View File

@ -28,5 +28,6 @@ jobs:
needs: [parse-version] needs: [parse-version]
with: with:
cura_version: ${{ needs.parse-version.outputs.package_version }} cura_version: ${{ needs.parse-version.outputs.package_version }}
branch: ${{ needs.parse-version.outputs.branch_name }}
create_feature_branch: true create_feature_branch: true
secrets: inherit secrets: inherit

View File

@ -37,6 +37,7 @@ jobs:
needs: [parse-version] needs: [parse-version]
with: with:
cura_version: ${{ inputs.cura_version }} cura_version: ${{ inputs.cura_version }}
branch: ${{ needs.parse-version.outputs.branch_name }}
create_feature_branch: false create_feature_branch: false
secrets: inherit secrets: inherit