Skip to content

Commit be5ec7f

Browse files
committed
Test CI
1 parent a7ecc38 commit be5ec7f

2 files changed

Lines changed: 2 additions & 33 deletions

File tree

.github/workflows/post-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
if [[ $has_changes == "true" ]]; then
4040
echo "There are changes in the Git working directory."
4141
git config user.name "meili-bot"
42-
git config user.email "meili-bot@users.noreply.github.com"
42+
git config user.email "meili-bot@meilisearch.com"
4343
git add snippets/
44-
git commit -m "Update code samples"
44+
git commit -m "[AUTOMATION POST DEPLOYMENT] Update code samples"
4545
git push origin main
4646
else
4747
echo "No changes in the Git working directory."

.github/workflows/pull-code-samples.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)