From 81d346f00662246a347e2d6536b21b99aa09b802 Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 24 Jun 2020 12:53:35 +0100 Subject: [PATCH] Replace 'TRAVIS_COMMIT_RANGE' usage --- scripts/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 5a8fb9354..768fbe863 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -32,7 +32,7 @@ function upload_assets { cd "$SITE_HOME" git add -A - git commit -m "[GitHub Actions] uploaded assets after commits ${TRAVIS_COMMIT_RANGE}" + git commit -m "[GitHub Actions] uploaded assets after commit ${GITHUB_SHA}" git push -q echo "Assets (pages archive, index) deployed to static site."