Skip to content

Commit a3b7d55

Browse files
Update ConvertGuidelinesXmlToMarkdown.yml (#222)
1 parent 615c27c commit a3b7d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ConvertGuidelinesXmlToMarkdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Create commit and push to CodingGuideLinesMDUpdate
4949
run: |
5050
git config user.name '${{ github.actor }}'
51-
git config user.email '${{ github.actor }}@user.noreply.github.com'
51+
git config user.email '${{ github.actor }}@users.noreply.github.com'
5252
git add -A
5353
git commit -m "new coding guidelines MD File created"
5454
git push origin '${{ github.ref }}'

0 commit comments

Comments
 (0)