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.
1 parent 04aed4c commit 4e2afa2Copy full SHA for 4e2afa2
.github/workflows/debos.yml
@@ -14,7 +14,11 @@ on:
14
kernelpackage:
15
description: Name of kernel package to use
16
type: string
17
- default: linux-image-6.16.1-qcom1+
+ # plus sign is escaped as to prevent APT from interpreting this as a
18
+ # package regexp; the package name actually has a plus sign
19
+ # the second level of escaping seems to be required for debos;
20
+ # this is probably a bug
21
+ default: linux-image-6.16.1-qcom1\\+
22
23
outputs:
24
artifacts_url:
0 commit comments