We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3857f32 commit baa5c12Copy full SHA for baa5c12
1 file changed
.github/workflows/Build-Kernel.yml
@@ -43,7 +43,7 @@ jobs:
43
echo "NEW KERNEL SOURCE!!!!"
44
echo "# KERNEL UPDATES" > $body
45
echo >> $body
46
- $text=$(gh api repos/microsoft/WSL2-Linux-Kernel/releases/latest | awk -F \" -v RS="," '/"body"/ {print $(NF-1)}')
+ text=$(gh api repos/microsoft/WSL2-Linux-Kernel/releases/latest | awk -F \" -v RS="," '/"body"/ {print $(NF-1)}')
47
echo -e "$text" >> $body
48
fi
49
if [[ "$GITHUB_EVENT_NAME" == "workflow_dispatch" ]]; then
0 commit comments