We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab6908 commit 5e637a1Copy full SHA for 5e637a1
.github/workflows/build2.yml
@@ -77,6 +77,8 @@ jobs:
77
id: version
78
shell: bash
79
run: |
80
+ set -x
81
+
82
LINUX_URL=https://cdn.kernel.org/pub/linux/kernel
83
VERSION="${{ inputs.version }}"
84
first_char=${VERSION:0:1}
0 commit comments