We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20da59 commit f5194bdCopy full SHA for f5194bd
index.js
@@ -39,7 +39,7 @@ function encodeBase32(input) {
39
await octokit.issues.createComment({
40
...github.context.repo,
41
issue_number: github.context.issue.number,
42
- body: `Deployed to https://${skylinkEncodedBase32}.siasky.net}<br>Skylink: \`${skylink}\``,
+ body: `Deployed to https://${skylinkEncodedBase32}.siasky.net<br>Skylink: \`${skylink}\``,
43
});
44
}
45
} catch (error) {
0 commit comments