We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615c27c commit a3b7d55Copy full SHA for a3b7d55
.github/workflows/ConvertGuidelinesXmlToMarkdown.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Create commit and push to CodingGuideLinesMDUpdate
49
run: |
50
git config user.name '${{ github.actor }}'
51
- git config user.email '${{ github.actor }}@user.noreply.github.com'
+ git config user.email '${{ github.actor }}@users.noreply.github.com'
52
git add -A
53
git commit -m "new coding guidelines MD File created"
54
git push origin '${{ github.ref }}'
0 commit comments