Skip to content

Commit 649d1ab

Browse files
committed
Change the default version referenced to use main instead of a branch
Signed-off-by: Tobias Wolf <[email protected]>
1 parent 21f4a01 commit 649d1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Installs the given GardenLinux Python library
33
inputs:
44
version:
55
description: GardenLinux Python library version
6-
default: "feature/gardenlinux-restructure"
6+
default: "main"
77
runs:
88
using: composite
99
steps:

0 commit comments

Comments
 (0)