Skip to content

Commit

Permalink
commit user config change
Browse files Browse the repository at this point in the history
  • Loading branch information
mehatab authored Sep 28, 2023
1 parent 4ad7b25 commit 264afec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/health-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ done
if [[ $commit == true ]]
then
echo "committing logs"
git config --global user.name 'fettle-mehatab'
git config --global user.email 'fettle.mehatab@gmail.com'
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add -A --force public/status/
git commit -am '[Automated] Update Health Check Logs'
git push
Expand Down

0 comments on commit 264afec

Please sign in to comment.