verbose job
This commit is contained in:
parent
167b05aee3
commit
dc500df9b3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/cron.yml
vendored
4
.github/workflows/cron.yml
vendored
|
@ -26,9 +26,11 @@ jobs:
|
||||||
- name: Fetch latest kernel
|
- name: Fetch latest kernel
|
||||||
if: steps.check.outputs.sha != ''
|
if: steps.check.outputs.sha != ''
|
||||||
run: |
|
run: |
|
||||||
echo "checkout ${{steps.check.outputs.sha}}"
|
echo "sha ${{steps.check.outputs.sha}}"
|
||||||
cd linux-sources
|
cd linux-sources
|
||||||
|
echo "fetch"
|
||||||
git fetch --depth=1 origin ${{steps.check.outputs.sha}}
|
git fetch --depth=1 origin ${{steps.check.outputs.sha}}
|
||||||
|
echo "checkout"
|
||||||
git checkout ${{steps.check.outputs.sha}}
|
git checkout ${{steps.check.outputs.sha}}
|
||||||
cd ..
|
cd ..
|
||||||
git diff --no-ext-diff
|
git diff --no-ext-diff
|
||||||
|
|
Loading…
Reference in a new issue