mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action.git
synced 2026-04-13 02:11:24 +02: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