Skip to content

Commit 43fb87b

Browse files
committed
ci(native-pipeline): drop unused mendix_version input from setup-tools
setup-tools no longer references mendix_version (the runtime-tarball + m2ee caches that consumed it were removed when the portable app package replaced the hand-rolled runtime). Remove the input declaration and the 4 call-site with: lines.
1 parent 8e4f3a0 commit 43fb87b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/actions/setup-tools/action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: "Setup Tools"
22
description: "Common setup for widget and js test jobs"
3-
inputs:
4-
mendix_version:
5-
description: "Mendix version"
6-
required: true
73
outputs:
84
java-path:
95
description: "Path to the installed Java"

0 commit comments

Comments
 (0)