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.
commitHash
1 parent 0e0f223 commit e0c9d76Copy full SHA for e0c9d76
scripts/mockTemplates.mts
@@ -71,7 +71,7 @@ async function constructGitHubUrl(): Promise<{
71
await exec('git branch --show-current')
72
).stdout.trim()
73
74
- const commitHash = (await exec('git rev-parse HEAD')).stdout.trim()
+ const commitHash = (await exec('git rev-parse --short HEAD')).stdout.trim()
75
76
return {
77
remoteUrl,
0 commit comments