chore: Update create-theme workflow to handle HTTPS URLs in submit-theme script

This commit is contained in:
Mauro Balades 2024-08-16 01:25:34 +02:00
parent 980bdc047f
commit 7771ba778d

View file

@ -16,6 +16,10 @@ jobs:
with:
python-version: '3.x'
- name: Setup python modules
run: |
pip3 install requests
- name: Parse issue
id: issue-parser
uses: stefanbuck/github-issue-parser@v3