We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583b6bd commit b9daddeCopy full SHA for b9dadde
1 file changed
.github/workflows/Build-Kernel.yml
@@ -33,8 +33,8 @@ jobs:
33
- name: "✔️ Pre-build checks"
34
id: prebuild-checks
35
run: |
36
- body="~/body.txt"
37
- jsonFile="~/kernels.json"
+ body="/home/runner/body.txt"
+ jsonFile="/home/runner/kernels.json"
38
WSL_DATE="$( wget -qO- https://api.github.com/repos/microsoft/WSL2-Linux-Kernel/commits | jq '.[1].commit.committer.date' -r )"
39
LAST_DATE="$( wget -qO- https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest | jq .published_at -r )" || LAST_DATE="2000.01.01T00:00:00Z"
40
echo "The last WSL2 Kernel commit date is: $WSL_DATE"
0 commit comments