diff --git a/.github/workflows/test5.yml b/.github/workflows/test5.yml index 7ab3d7c0..0316822e 100644 --- a/.github/workflows/test5.yml +++ b/.github/workflows/test5.yml @@ -73,8 +73,11 @@ jobs: done echo "" } >> $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 }}