mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 22:15:15 +00:00
CI: Fix warnings variable usage inside theme preview workflow (#2886)
This commit is contained in:
parent
f0268559e0
commit
ee978f332b
1 changed files with 1 additions and 1 deletions
|
|
@ -451,7 +451,7 @@ export const run = async () => {
|
|||
debug("Theme preview body: Check if the theme colors are valid...");
|
||||
let invalidColors = false;
|
||||
if (!colors) {
|
||||
warning.push("Theme colors are missing");
|
||||
warnings.push("Theme colors are missing");
|
||||
invalidColors = true;
|
||||
} else {
|
||||
const missingKeys = REQUIRED_COLOR_PROPS.filter(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue