mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
chore: Update create-theme workflow to capture error logs
This commit is contained in:
parent
a0188a824b
commit
002a1f1a2a
2 changed files with 17 additions and 7 deletions
|
@ -32,6 +32,16 @@ def main():
|
|||
|
||||
theme_id = create_theme_id()
|
||||
|
||||
print("""
|
||||
Welcome to the Zen Browser Theme Store!
|
||||
|
||||
Please review the information below before submitting your theme. Also... Why are you here?
|
||||
|
||||
This action is only for theme reviewers. If you are a theme developer, please use the theme store.
|
||||
|
||||
Just joking, you can do whatever you want. You're the boss.
|
||||
""")
|
||||
|
||||
theme = {
|
||||
'id': theme_id,
|
||||
'name': name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue