mirror of
https://gitea.com/actions/checkout.git
synced 2024-11-10 00:31:49 +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:
|
matrix:
|
||||||
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
runs-on: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
runs-on: ${{ matrix.runs-on }}
|
runs-on: ${{ matrix.runs-on }}
|
||||||
|
env:
|
||||||
|
GIT_TRACE: 1
|
||||||
|
GIT_TRANSFER_TRACE: 1
|
||||||
|
GIT_CURL_VERBOSE: 1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# Clone this repo
|
# Clone this repo
|
||||||
|
|
Loading…
Reference in a new issue