pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
899 stars 87 forks source link

Make url in error message clickable link #67

Closed zakuro9715 closed 1 year ago

zakuro9715 commented 1 year ago

URL in error message will be clickable element on browser. But current message is 404 because ) is detected as part of url.

9c0d9d28f18111bc87eb3bf70ded4a9f

This PR just insert spaces to fix.

KSXGitHub commented 1 year ago

This is more of a bug on GitHub's part.