1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 17:41:18 +01:00

Update CJS script (automated by GitHub Actions)

This commit is contained in:
github-actions[bot]
2024-01-08 19:08:20 +00:00
parent 504af95050
commit 91777ef9eb
3 changed files with 45 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
/**
* The entrypoint for the action.
*/
const { run } = require('./main')
const { run } = require("./main");
run()
run();