Переглянути джерело

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 роки тому
батько
коміт
44472fb217
1 змінених файлів з 1 додано та 1 видалено
  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."