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

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
translation-badges
Matthew Peveler 2021-01-03 16:48:47 -05:00 committed by GitHub
parent dbe3717463
commit 44472fb217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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