Update update-set-implementation-lists.yml

This commit is contained in:
ExpensiveKoala 2023-06-23 22:21:44 -07:00 committed by GitHub
parent c6ad031c19
commit d619cf48b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@ jobs:
with:
script: |
const mustache = require('mustache')
const path = require('path')
const fs = require('fs')
const setsData = fs.readFileSync(path.join('Utils', 'mtg-sets-data.txt'), 'utf8')