From 2e36613d0aecd564082599ef72d7d2b5791abec2 Mon Sep 17 00:00:00 2001 From: Abhishek Anand Date: Wed, 14 Feb 2024 20:51:53 +0530 Subject: [PATCH] v0.2 fixes --- dist/index.js | 3 +-- src/index.js | 2 +- src/main.js | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 8bb8bea..6ab05cd 100644 --- a/dist/index.js +++ b/dist/index.js @@ -4221,7 +4221,6 @@ const { createInterceptDotPy } = __nccwpck_require__(2685) const { boltService } = __nccwpck_require__(5147) const YAML = __nccwpck_require__(4083) const fs = __nccwpck_require__(7147) -const { Verify } = __nccwpck_require__(6113) /** * The main function for the action. @@ -13084,7 +13083,7 @@ var __webpack_exports__ = {}; * The entrypoint for the action. */ const { run } = __nccwpck_require__(1713) -const { summary } = (__nccwpck_require__(7259)["default"]) +const { summary } = __nccwpck_require__(7259) const core = __nccwpck_require__(2186) const isPost = core.getState('isPost') diff --git a/src/index.js b/src/index.js index 4d42684..9ee473a 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,7 @@ * The entrypoint for the action. */ const { run } = require('./main') -const { summary } = require('./summary').default +const { summary } = require('./summary') const core = require('@actions/core') const isPost = core.getState('isPost') diff --git a/src/main.js b/src/main.js index 1bf3e81..364a281 100644 --- a/src/main.js +++ b/src/main.js @@ -5,7 +5,6 @@ const { createInterceptDotPy } = require('./intercept') const { boltService } = require('./bolt_service') const YAML = require('yaml') const fs = require('fs') -const { Verify } = require('crypto') /** * The main function for the action.