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 handle HTTPS URLs in submit-theme script
This commit is contained in:
parent
980bdc047f
commit
7771ba778d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/create-theme.yml
vendored
4
.github/workflows/create-theme.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue