Browse Source

ci: add tldr-pages/tldr before commit hash for auto gh linking (#5072)

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Matthew Peveler 4 years ago
parent
commit
44472fb217
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/deploy.sh

+ 1 - 1
scripts/deploy.sh

@@ -37,7 +37,7 @@ function upload_assets {
 
   cd "$SITE_HOME"
   git add -A
-  git commit -m "[GitHub Actions] uploaded assets after commit ${GITHUB_SHA}"
+  git commit -m "[GitHub Actions] uploaded assets after commit tldr-pages/tldr@${GITHUB_SHA}"
   git push -q
 
   echo "Assets (pages archive, index) deployed to static site."