Skip to content

Commit 55a9e5a

Browse files
committed
fix: git config insteadof
1 parent 4576f5c commit 55a9e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tf_plan_apply_gh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
tofu_wrapper: false
5252

5353
- name: GitHub Configuration
54-
run: git config --global "https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com"
54+
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com"
5555

5656
# Initialize a new or existing OpenTofu working directory by creating initial files, loading any remote state, downloading modules, etc.
5757
- name: OpenTofu Init
@@ -117,7 +117,7 @@ jobs:
117117
uses: opentofu/setup-opentofu@v1
118118

119119
- name: GitHub Configuration
120-
run: git config --global "https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com"
120+
run: git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf "https://github.com"
121121

122122
# Initialize a new or existing OpenTofu working directory by creating initial files, loading any remote state, downloading modules, etc.
123123
- name: OpenTofu Init

0 commit comments

Comments
 (0)