Skip to content

Commit d273de7

Browse files
authored
Merge pull request #126 from lool/quote-6.16.1
ci: Escape kernel package name for APT
2 parents 04aed4c + e0d6e6b commit d273de7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/debos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ on:
1414
kernelpackage:
1515
description: Name of kernel package to use
1616
type: string
17-
default: linux-image-6.16.1-qcom1+
17+
# the package name will be passed to APT which interprets the trailing
18+
# plus sign in the package name as a request to install the package, so
19+
# use two plus signs
20+
default: linux-image-6.16.1-qcom1++
1821

1922
outputs:
2023
artifacts_url:

0 commit comments

Comments
 (0)