diff --git a/dist/index.js b/dist/index.js index 5f0fecf..c801753 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,7 +1,6 @@ const core = require('@actions/core'); // eslint-disable-next-line no-unused-vars const github = require('@actions/github'); -const { exit } = require('process'); const options = core.getInput('options'); const path = core.getInput('path');