diff --git a/.github/workflows/build-hf-space.yml b/.github/workflows/build-hf-space.yml index 553a133..8206c3d 100644 --- a/.github/workflows/build-hf-space.yml +++ b/.github/workflows/build-hf-space.yml @@ -33,7 +33,7 @@ jobs: if [ -z "$HF_TOKEN" ]; then echo "HF_TOKEN is not set, skipping..." else - git config --global user.email "son@huggingface.com" + git config --global user.email "son@huggingface.co" git config --global user.name "Xuan Son NGUYEN" cd scripts && ./build_hf_space.sh fi