Skip to content

Commit b26c651

Browse files
authored
Add cat ~/.gitconfig
1 parent b8217dc commit b26c651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ runs:
136136
git config --global --replace-all url."https://[email protected]/".insteadOf ssh://[email protected]/
137137
git config --add --global url."https://$GITHUB_TOKEN@github".insteadOf https://github
138138
git config --add --global url."https://[email protected]/".insteadOf [email protected]:
139+
cat ~/.gitconfig
139140
env:
140141
GITHUB_TOKEN: ${{ inputs.github_ro_token }}
141142
shell: bash

0 commit comments

Comments
 (0)