mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:25:56 +08:00
Give branch name to script to avoid recalculating it
This commit is contained in:
parent
0b323764ab
commit
dd659e3fbe
@ -28,5 +28,6 @@ jobs:
|
||||
needs: [parse-version]
|
||||
with:
|
||||
cura_version: ${{ needs.parse-version.outputs.package_version }}
|
||||
branch: ${{ needs.parse-version.outputs.branch_name }}
|
||||
create_feature_branch: true
|
||||
secrets: inherit
|
||||
|
@ -37,6 +37,7 @@ jobs:
|
||||
needs: [parse-version]
|
||||
with:
|
||||
cura_version: ${{ inputs.cura_version }}
|
||||
branch: ${{ needs.parse-version.outputs.branch_name }}
|
||||
create_feature_branch: false
|
||||
secrets: inherit
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user