From 7ec10a159b8e252f222f93bb12718c6a50977297 Mon Sep 17 00:00:00 2001 From: Smitha Borkar <12040799+smithaborkar@users.noreply.github.com> Date: Tue, 7 Jun 2022 12:04:22 -0700 Subject: [PATCH] Update index.js --- src/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.js b/src/index.js index 27f3715..3e63488 100644 --- a/src/index.js +++ b/src/index.js @@ -1,8 +1,6 @@ const core = require('@actions/core') const axios = require('axios') - - async function getPageBaseUrl() { try { if (deployment.requestedDeployment) {