mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
feat: Update workflow names for theme creation and PR submission
This commit is contained in:
parent
19b1ad2567
commit
5ee29229a8
3 changed files with 4 additions and 1 deletions
1
.github/workflows/create-theme.yml
vendored
1
.github/workflows/create-theme.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
name: Create Theme
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
|
2
.github/workflows/submit-pr.yml
vendored
2
.github/workflows/submit-pr.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
|
||||
name: Submit PR
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
|
|
|
@ -30,6 +30,8 @@ def write_colors(colors_file, output_file):
|
|||
if colors["isDarkMode"]:
|
||||
f.write(' color-scheme: dark !important;\n')
|
||||
f.write('}\n')
|
||||
with open(output_file, 'r') as f:
|
||||
print(f.read())
|
||||
|
||||
def main():
|
||||
with open(THEMES_DATA_FILE, 'w') as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue