Browse Source

Replace 'TRAVIS_COMMIT_RANGE' usage

Owen Voke 4 years ago
parent
commit
81d346f006
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/deploy.sh

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