mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update test5.yml
This commit is contained in:
5
.github/workflows/test5.yml
vendored
5
.github/workflows/test5.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user