Skip to content

Commit c2c5d05

Browse files
committed
passing the version parameter
1 parent a1527ed commit c2c5d05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,7 @@ runs:
5050

5151
- name: Install GardenLinux Python library
5252
shell: bash
53+
with:
54+
version: ${{ inputs.version }}
5355
run: |
5456
pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@${{ inputs.version }}

0 commit comments

Comments
 (0)