We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae0b18 commit 2bb64dbCopy full SHA for 2bb64db
.github/workflows/compress_icons.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Commit and Push Changes
42
run: |
43
- git config --global user.email "[email protected]"
+ git config --global user.email "[email protected]"
44
git config --global user.name "Dashboard Icons Bot"
45
git add png/ svg/ webp/
46
git commit -m ":compression: Compress icons" || exit 0
0 commit comments