We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4684f96 commit 753d0c5Copy full SHA for 753d0c5
1 file changed
.github/workflows/Build-Kernel.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- name: "✔️ Pre-build checks"
31
run: |
32
- body="~/body.txt"
+ body="/home/runner/body.txt"
33
WSL_DATE="$(wget -q https://api.github.com/repos/microsoft/WSL2-Linux-Kernel/commits -O -\
34
| grep '"date"' \
35
| head -1 \
0 commit comments