Skip to content

Commit e6c814d

Browse files
authored
Update update_lets_encrypt_certificate.yml
1 parent 97bb3fa commit e6c814d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/update_lets_encrypt_certificate.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
- name: Commit changes
3232
working-directory: client
3333
run: |
34-
# TODO REMOVE
35-
gh api user | jq -r '.login'
36-
# git config user.email "[email protected]"
37-
# git config user.name "GitHub Actions"
34+
git config --global user.name 'devOpsHazelcast'
35+
git config --global user.email '[email protected]'
3836
git add tests/integration/backward_compatible/ssl_tests/keystore.jks
3937
git commit -m "Update Let's Encrypt Certificate"
4038
git push

0 commit comments

Comments
 (0)