Skip to content

Commit

Permalink
remove core info
Browse files Browse the repository at this point in the history
  • Loading branch information
NiraimathiGunalan committed Jun 6, 2024
1 parent 5038e03 commit 45b58e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ async function execution(apihost, platformApiPrefix, porg, isFolder, apisLocatio
isFolder && core.info(`apifolders ${apisLocation}`) || core.info(`apifiles ${apisLocation}`);
core.info(`datasourceCheck ${datasourceCheck}`);
var resp = await createOrUpdateDiscoveredApi(workspacePath, apihost, platformApiPrefix, apikey, porg, apisLocation, githubServer + '/' + repoLocation, datasourceCheck, isFolder, nodeTlsRejectUnauthorized);
core.info(resp);
core.info(`response: status: ${resp.status}, message: ${resp.message[0]}`);

core.setOutput('action-result', `response: status: ${resp.status}, message: ${resp.message[0]}`);
Expand Down

0 comments on commit 45b58e6

Please sign in to comment.