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:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* The entrypoint for the action.
|
||||
*/
|
||||
const { run } = require('./main')
|
||||
const { run } = require("./main");
|
||||
|
||||
run()
|
||||
run();
|
||||
|
||||
Reference in New Issue
Block a user