Skip to content

Commit

Permalink
Update toc.sh email and username
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanveer143s authored Sep 25, 2023
1 parent 44d942e commit bf51ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

function toc {

git config --global user.name clouddrove.ci
git config --global user.email "clouddrove.ci@gmail.com"
git config --global user.name clouddrove-ci
git config --global user.email "anmol+ci@clouddrove.com"
# Add an exception for the /github/workspace/new-workflow directory
git config --global --add safe.directory /github/workspace/new-workflow
export GITHUB_ACCESS_TOKEN=$1
Expand Down

0 comments on commit bf51ed2

Please sign in to comment.