Skip to content

Commit 211bf72

Browse files
Update Git user email configuration in workflow
1 parent 2815ec8 commit 211bf72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-ai-pulse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ jobs:
289289
run: |
290290
# Configuration de l'identité Git
291291
git config --global user.name 'PhoenixProject'
292-
git config --global user.email "${GIT_AUTHOR_EMAIL:-phoenix.project@example.com}"
292+
git config --global user.email '${{ secrets.GIT_AUTHOR_EMAIL }}'
293293
294294
# Ajouter tous les fichiers modifiés à l'index
295295
# Le point (.) signifie "tous les fichiers"

0 commit comments

Comments
 (0)