chore: Update create-theme workflow to include author information in theme submission

This commit is contained in:
Mauro Balades 2024-08-15 21:53:51 +02:00
parent 9f5c6ebd05
commit fa7353331a

View file

@ -55,8 +55,8 @@ jobs:
python3 scripts/submit-theme.py \
--name "${{ env.THEME_NAME }}" \
--description "${{ env.THEME_DESCRIPTION }}" \
--author "${{ env.THEME_AUTHOR }}" \
--homepage "${{ env.THEME_HOMEPAGE }}" 2> error.log
continue-on-error: true
- name: Export creation output
if: failure()