Skip to content

Commit d4e04f3

Browse files
author
rahul-infra
committed
removed git conf
1 parent 2e74685 commit d4e04f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/terraform-checks.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
- name: Temporarily merge PR branch
1919
if: ${{ github.event_name == 'pull_request' }}
2020
run: |
21-
git config --global user.name github-actions
22-
git config --global user.email [email protected]
2321
git merge --no-ff origin/${{ github.event.pull_request.head.ref }} --message "Test"
2422
2523
- name: Semantic Release

0 commit comments

Comments
 (0)