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 562aa88 commit 5203e9aCopy full SHA for 5203e9a
.github/workflows/ci.yml
@@ -57,8 +57,8 @@ jobs:
57
- name: Commit files
58
if: steps.verify-changed-files.outputs.files_changed == 'true'
59
run: |
60
- git config --local user.email "github-actions[bot]@users.noreply.github.com"
61
- git config --local user.name "github-actions[bot]"
+ git config --local user.email "imamuzzaki@gmail.com"
+ git config --local user.name "ImBIOS"
62
git add coverage.svg
63
git commit -m "Updated coverage.svg"
64
0 commit comments