Skip to content

Commit 4eff4af

Browse files
authored
Merge pull request #522 from paoloredis/DOC-3991
DOC-3991 Remove unneeded git config command in k8s_apis_sync workflow
2 parents a365661 + 8363ce7 commit 4eff4af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/k8s_apis_sync.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
# Setup git email and username
8383
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
8484
git config user.name "github-actions[bot]"
85-
git config --global "url.https://${GH_TOKEN}@github.com/.insteadOf" https://github.com/
8685
8786
git checkout -b "${BRANCH}"
8887

0 commit comments

Comments
 (0)