We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04aed4c + e0d6e6b commit d273de7Copy full SHA for d273de7
.github/workflows/debos.yml
@@ -14,7 +14,10 @@ on:
14
kernelpackage:
15
description: Name of kernel package to use
16
type: string
17
- default: linux-image-6.16.1-qcom1+
+ # 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++
21
22
outputs:
23
artifacts_url:
0 commit comments