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

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
This commit is contained in:
Matthew Peveler
2021-01-03 16:48:47 -05:00
committed by GitHub
parent dbe3717463
commit 44472fb217

View File

@@ -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."