We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7bb843 commit b1f8b9cCopy full SHA for b1f8b9c
convert.js
@@ -38,9 +38,6 @@ const ImageDir = '/github/workspace/' + images_dir + "/";
38
39
const ImageImport = image_import;
40
41
-console.log(`Env 1: "${process.env.INPUT_HIGHLIGHT_THEME}"`);
42
-console.log(`Env 3: "${HighlightThemeFile}"`);
43
-
44
// Assign the style and template files to strings for later manipulation
45
const style =
46
fs.readFileSync(ThemeFile).toString('utf-8')
0 commit comments