From 44472fb2171c743fc59600dc617edc4ddae9cf53 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Sun, 3 Jan 2021 16:48:47 -0500 Subject: [PATCH] ci: add tldr-pages/tldr before commit hash for auto gh linking (#5072) Signed-off-by: Matthew Peveler --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 48066dcbf..7f976fed7 100644 --- a/scripts/deploy.sh +++ b/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."