mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
Update index.js
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -1,7 +1,6 @@
|
|||||||
const core = require('@actions/core');
|
const core = require('@actions/core');
|
||||||
// eslint-disable-next-line no-unused-vars
|
// eslint-disable-next-line no-unused-vars
|
||||||
const github = require('@actions/github');
|
const github = require('@actions/github');
|
||||||
const { exit } = require('process');
|
|
||||||
|
|
||||||
const options = core.getInput('options');
|
const options = core.getInput('options');
|
||||||
const path = core.getInput('path');
|
const path = core.getInput('path');
|
||||||
|
|||||||
Reference in New Issue
Block a user