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 95c3f85 commit 023b534Copy full SHA for 023b534
.github/workflows/assets-updater.yml
@@ -42,8 +42,8 @@ jobs:
42
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
43
run: |
44
# Configure git
45
- # git config --local user.email "contact@premid.app"
46
- # git config --local user.name "PreMiD Automations"
+ git config --local user.email "contact@premid.app"
+ git config --local user.name "PreMiD Automations"
47
48
# Run PMD update-assets command
49
npx pmd update-assets
websites/N/Notion/metadata.json
@@ -23,7 +23,7 @@
23
"mail.notion.so"
24
],
25
"regExp": "^https?[:][/][/]([a-z0-9-]+[.])*notion[.](so|com|site)[/]",
26
- "version": "2.0.0",
+ "version": "2.0.1",
27
"logo": "https://i.imgur.com/IVQpP2j.png",
28
"thumbnail": "https://i.imgur.com/zfnIlqS.png",
29
"color": "#000000",
0 commit comments