Skip to content

Commit 19e2b3f

Browse files
committed
fix core.info
1 parent 8271ae8 commit 19e2b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ if (!found) {
257257
}
258258
core.addPath(found);
259259
core.setOutput("typst-version", versionExact);
260-
core.info(`✅ Typst v${version} installed!`);
260+
core.info(`✅ Typst v${versionExact} installed!`);
261261
const cachePackage = core.getInput("cache-dependency-path");
262262
if (cachePackage) {
263263
await cachePackages(cachePackage);

0 commit comments

Comments
 (0)