We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2815ec8 commit 211bf72Copy full SHA for 211bf72
.github/workflows/update-ai-pulse.yml
@@ -289,7 +289,7 @@ jobs:
289
run: |
290
# Configuration de l'identité Git
291
git config --global user.name 'PhoenixProject'
292
- git config --global user.email "${GIT_AUTHOR_EMAIL:-phoenix.project@example.com}"
+ git config --global user.email '${{ secrets.GIT_AUTHOR_EMAIL }}'
293
294
# Ajouter tous les fichiers modifiés à l'index
295
# Le point (.) signifie "tous les fichiers"
0 commit comments