mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-22 02:42:54 +01:00
test(ci): fix syntax
This commit is contained in:
parent
f0c83fb315
commit
c4ad2b4ef4
2
.github/manifest_generator.mjs
vendored
2
.github/manifest_generator.mjs
vendored
@ -14,4 +14,4 @@ cd('..')
|
||||
|
||||
const cmd = `echo ${JSON.stringify(final_manifest, null, 2)} > manifest.json`.replace("$'[", "'[");
|
||||
|
||||
await $`${cmd}`;
|
||||
await $(cmd);
|
||||
|
2
.github/workflows/manifest-generator.yml
vendored
2
.github/workflows/manifest-generator.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
cd('..')
|
||||
|
||||
const cmd = `echo ${JSON.stringify(final_manifest, null, 2)} > manifest.json`.replace("$'[", "'[");
|
||||
await $`${cmd}`;
|
||||
await $(cmd);
|
||||
EOF
|
||||
|
||||
- name: push generated manifest
|
||||
|
Loading…
Reference in New Issue
Block a user