Update test5.yml

This commit is contained in:
Igor
2023-06-19 17:13:36 +02:00
committed by GitHub
parent 01bb95d29a
commit bc48bfed80

View File

@@ -73,8 +73,11 @@ jobs:
done
echo "</ul>"
} >> $GITHUB_STEP_SUMMARY
- name: Git commit
run: |
echo "test" > test.txt
git config --global --add safe.directory "$GITHUB_WORKSPACE"
git config --global --add safe.directory $(pwd)
git diff
# - name: Build Kernel at ${{ github.event.pull_request.head.sha }}