mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
chore: Update create-theme workflow to handle preferences file
This commit is contained in:
parent
34c19e2524
commit
57d355020d
2 changed files with 13 additions and 7 deletions
1
.github/workflows/create-theme.yml
vendored
1
.github/workflows/create-theme.yml
vendored
|
@ -48,6 +48,7 @@ jobs:
|
|||
|
||||
- name: Write preferences to file
|
||||
uses: "DamianReeves/write-file-action@master"
|
||||
if: fromJson(steps.issue-parser.outputs.jsonString)['preferences'] != ''
|
||||
with:
|
||||
contents: ${{ fromJson(steps.issue-parser.outputs.jsonString)['preferences'] }}
|
||||
path: theme-preferences.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue