mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 08:55:54 +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]
|
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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user