瀏覽代碼

Replace 'TRAVIS_COMMIT_RANGE' usage

Owen Voke 4 年之前
父節點
當前提交
81d346f006
共有 1 個文件被更改,包括 1 次插入1 次删除
  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."