Skip to content

Commit 023b534

Browse files
committed
chore: add back gitconfig
1 parent 95c3f85 commit 023b534

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/assets-updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
4343
run: |
4444
# Configure git
45-
# git config --local user.email "contact@premid.app"
46-
# git config --local user.name "PreMiD Automations"
45+
git config --local user.email "contact@premid.app"
46+
git config --local user.name "PreMiD Automations"
4747
4848
# Run PMD update-assets command
4949
npx pmd update-assets

websites/N/Notion/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"mail.notion.so"
2424
],
2525
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*notion[.](so|com|site)[/]",
26-
"version": "2.0.0",
26+
"version": "2.0.1",
2727
"logo": "https://i.imgur.com/IVQpP2j.png",
2828
"thumbnail": "https://i.imgur.com/zfnIlqS.png",
2929
"color": "#000000",

0 commit comments

Comments
 (0)