We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d220d3 commit 831f25fCopy full SHA for 831f25f
1 file changed
.github/actions/install-slicer/action.yml
@@ -1,10 +1,6 @@
1
name: install-slicer
2
author: Sebastien Goll (Kitware SAS)
3
description: Install 3D Slicer
4
-inputs:
5
- version:
6
- description: Version of Slicer available at https://community.chocolatey.org/packages/3dslicer#versionhistory
7
- default: ''
8
outputs:
9
slicer_executable:
10
description: Slicer executable
@@ -75,4 +71,4 @@ runs:
75
71
elif [ ${{ runner.os }} == "macOS" ]; then
76
72
echo "executable=${{ steps.mac_install.outputs.executable }}" >> $GITHUB_OUTPUT
77
73
fi
78
- shell: bash
74
+ shell: bash
0 commit comments