mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
Update update-set-implementation-lists.yml
This commit is contained in:
parent
be0c765e49
commit
ca4ba90f4f
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@ jobs:
|
||||||
hasImplementedCards: implemented.length > 0,
|
hasImplementedCards: implemented.length > 0,
|
||||||
unimplementedCards: unimplemented,
|
unimplementedCards: unimplemented,
|
||||||
implementedCards: implemented,
|
implementedCards: implemented,
|
||||||
unimplementedScryfallLink: `https://scryfall.com/search?q=!"${String.join('"OR!"', cleanCards)}"+e:${set[1]}`
|
unimplementedScryfallLink: `https://scryfall.com/search?q=!"${cleanCards.join('"OR!"')}"+e:${set[1]}`
|
||||||
});
|
});
|
||||||
issuesToUpdate.push(foundIssue);
|
issuesToUpdate.push(foundIssue);
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -107,7 +107,7 @@ jobs:
|
||||||
hasImplementedCards: implemented.length > 0,
|
hasImplementedCards: implemented.length > 0,
|
||||||
unimplementedCards: unimplemented,
|
unimplementedCards: unimplemented,
|
||||||
implementedCards: implemented,
|
implementedCards: implemented,
|
||||||
unimplementedScryfallLink: `https://scryfall.com/search?q=!"${String.join('"OR!"', cleanCards)}"+e:${set[1]}`
|
unimplementedScryfallLink: `https://scryfall.com/search?q=!"${cleanCards.join('"OR!"')}"+e:${set[1]}`
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue