diff --git a/dist/index.js b/dist/index.js index 4391367..45ce771 100644 --- a/dist/index.js +++ b/dist/index.js @@ -40255,7 +40255,7 @@ var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk. (() => { const { Octokit } = __nccwpck_require__(5375); -const { exec } = __nccwpck_require__(1514); +const exec = __nccwpck_require__(1514); const git = __nccwpck_require__(9103); const core = __nccwpck_require__(2186); const github = __nccwpck_require__(5438); diff --git a/index.js b/index.js index f33598a..e7d8ed6 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ const { Octokit } = require('@octokit/rest'); -const { exec } = require('@actions/exec'); +const exec = require('@actions/exec'); const git = require('simple-git'); const core = require('@actions/core'); const github = require('@actions/github');