diff --git a/.github/workflows/on_merge_main.yml b/.github/workflows/on_merge_main.yml index 5279047..e125ab9 100644 --- a/.github/workflows/on_merge_main.yml +++ b/.github/workflows/on_merge_main.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Git credentials run: | git config --local user.email "sharnsalian.business@gmail.com" - git config --local user.name "GitHub Actions" + git config --local user.name "sharansalian" - name: Get commit SHA id: commit_sha