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 ae21b83 commit b43eb85Copy full SHA for b43eb85
1 file changed
sakura/githash.bat
@@ -117,7 +117,8 @@ exit /b 0
117
if "%APPVEYOR_REPO_PROVIDER%"=="gitHub" (
118
set GITHUB_ON=1
119
)
120
- set PREFIX_GITHUB=https://github.com
+
121
+ set PREFIX_GITHUB=https://github.com
122
if "%GITHUB_ON%" == "1" (
123
set "GITHUB_COMMIT_URL=%PREFIX_GITHUB%/%CI_REPO_NAME%/commit/%GIT_COMMIT_HASH%"
124
@rem Not Pull Request
0 commit comments