Skip to content

Commit fe83529

Browse files
authored
add tracing to git checkout in actions
Signed-off-by: Mark Pollack <247466+markpollack@users.noreply.github.com>
1 parent 499ab3e commit fe83529

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
if: github.ref_type == 'branch'
2929
env:
3030
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31+
GIT_TRACE: 1
32+
GIT_CURL_VERBOSE: 1
3133
run: gh workflow run deploy-docs.yml -r $(git rev-parse --abbrev-ref HEAD) -f build-refname=${{ github.ref_name }}
3234
- name: Dispatch (full build)
3335
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)