github: checkout submodule
This commit is contained in:
parent
6139843db5
commit
167b05aee3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
||||||
echo "checkout ${{steps.check.outputs.sha}}"
|
echo "checkout ${{steps.check.outputs.sha}}"
|
||||||
cd linux-sources
|
cd linux-sources
|
||||||
git fetch --depth=1 origin ${{steps.check.outputs.sha}}
|
git fetch --depth=1 origin ${{steps.check.outputs.sha}}
|
||||||
|
git checkout ${{steps.check.outputs.sha}}
|
||||||
cd ..
|
cd ..
|
||||||
git submodule update
|
|
||||||
git diff --no-ext-diff
|
git diff --no-ext-diff
|
||||||
|
|
||||||
# - name: Commit the new kernel
|
# - name: Commit the new kernel
|
||||||
|
|
Loading…
Reference in a new issue