mirror of
https://gitea.com/actions/checkout.git
synced 2024-11-09 16:21:48 +01:00
git debug vars
This commit is contained in:
parent
ae49bf56b1
commit
99ed9a2ded
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -33,6 +33,10 @@ jobs:
|
|||
matrix:
|
||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
env:
|
||||
GIT_TRACE: 1
|
||||
GIT_TRANSFER_TRACE: 1
|
||||
GIT_CURL_VERBOSE: 1
|
||||
|
||||
steps:
|
||||
# Clone this repo
|
||||
|
|
Loading…
Reference in a new issue