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 519de04 commit 4d88c3eCopy full SHA for 4d88c3e
.github/workflows/unit_test.yml
@@ -45,8 +45,8 @@ jobs:
45
- name: Commit changes
46
if: github.event_name != 'pull_request' && steps.verify-changed-files.outputs.files_changed == 'true'
47
run: |
48
- git config --local user.email "info@sustainable-computing.io"
49
- git config --local user.name "sustainabile-computing-bot"
+ git config --local user.email "bot@sustainable-computing.io"
+ git config --local user.name "sustainable-computing-bot"
50
git add README.md
51
git commit -m "bot: Updated coverage badge." -s
52
0 commit comments