Skip to content

Commit

Permalink
fix: double https:// (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderipranata authored May 18, 2020
1 parent 2f81268 commit 15e80cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async function createCommentOnCommit(
Built with commit ${deploymentCommit}
https://${deploymentUrl}
${deploymentUrl}
`;

if (commentId) {
Expand Down

3 comments on commit 15e80cf

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for express-basic-auth ready!

Built with commit 15e80cf

https://https://express-basic-auth-a0hpsw73s.now.sh

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-static ready!

Built with commit 15e80cf

https://https://zeit-now-deployment-action-example-static-afgn6yaqz.now.sh

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for zeit-now-deployment-action-example-angular ready!

Built with commit 15e80cf

https://https://zeit-now-deployment-action-example-angular-1skh1fe8w.now.sh

Please sign in to comment.