Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
enable tracing per actions/checkout#280
  • Loading branch information
modosc committed Aug 10, 2020
1 parent 06f5d0b commit 826cc34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v2
env:
GIT_TRACE: 1
GIT_CURL_VERBOSE: 1
with:
ref: ${{ github.head_ref }}
- name: Use Node.js 14
Expand Down

0 comments on commit 826cc34

Please sign in to comment.