mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
chore: Update create-theme workflow to use markdown rendering for the theme's README file
This commit is contained in:
parent
94bc791d1e
commit
155b41e370
2 changed files with 2 additions and 1 deletions
1
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
1
.github/ISSUE_TEMPLATE/create-theme.yml
vendored
|
@ -43,6 +43,7 @@ body:
|
|||
- type: textarea
|
||||
id: readme
|
||||
attributes:
|
||||
render: markdown
|
||||
label: Readme
|
||||
description: The README file for the theme.
|
||||
validations:
|
||||
|
|
2
.github/workflows/create-theme.yml
vendored
2
.github/workflows/create-theme.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
echo 'THEME_HOMEPAGE=\'${{ fromJson(steps.parse.outputs.payload)['Homepage'] }}\'' >> $GITHUB_ENV
|
||||
echo 'THEME_STYLES=\'${{ fromJson(steps.parse.outputs.payload)['Theme Styles'] }}\'' >> $GITHUB_ENV
|
||||
echo 'THEME_README=\'${{ fromJson(steps.parse.outputs.payload)['Readme'] }}\'' >> $GITHUB_ENV
|
||||
echo 'THEME_AUTHOR=\'${{ github.actor }}' >> $GITHUB_ENV
|
||||
echo 'THEME_AUTHOR=\'${{ github.actor }}\'' >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Git
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue