Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Cleaned up debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Shy committed Jul 31, 2020
1 parent 7de96fb commit ca56ce1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,8 @@ async function run() {
const environmentUrl = `https://app.contentful.com/spaces/${space.sys.id}/environments/${ENVIRONMENT_ID}`
const environmentName = ENVIRONMENT_ID

core.debug(`Contentful environment url is ${environmentUrl}`)
core.debug(`Contentful environment name is ${environmentName}`)
core.setOutput('environment_url', environmentUrl)
core.setOutput('environment_name', environmentName)
console.log(environmentUrl);
console.log(environmentName);
console.log('All done!!!');
}
catch (error) {
Expand Down

0 comments on commit ca56ce1

Please sign in to comment.