Skip to content

Commit

Permalink
set the git user email when updating deployments file
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Feb 21, 2023
1 parent 39d8900 commit a0fc6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ git clone --depth 1 "https://${GITHUB_TOKEN}@github.com/video-dev/hls.js.git" -b
cd "$root/deployments"
echo "- [\`$idShort\`](https://github.com/video-dev/hls.js/commit/$id): [https://$commitSiteName.netlify.app/](https://$commitSiteName.netlify.app/)" >> "README.md"
git add "README.md"
git -c user.name="HLS.JS CI" commit -m "update for $id"
git -c user.name="hlsjs-ci" -c user.email="40664919+hlsjs-ci@users.noreply.github.com" commit -m "update for $id"
git push "https://${GITHUB_TOKEN}@github.com/video-dev/hls.js.git"
cd ..
echo "Updated deployments branch."

0 comments on commit a0fc6c7

Please sign in to comment.