Replace 'TRAVIS_COMMIT_RANGE' usage

client-spec/clarity
Owen Voke 2020-06-24 12:53:35 +01:00 committed by Marco Bonelli
parent 7472600aa1
commit 81d346f006
1 changed files with 1 additions and 1 deletions

View File

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