chore: Update create-theme workflow to use markdown rendering for the theme's README file

This commit is contained in:
Mauro Balades 2024-08-15 21:18:50 +02:00
parent 94bc791d1e
commit 155b41e370
2 changed files with 2 additions and 1 deletions

View file

@ -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: |