diff --git a/.github/workflows/update_python_dependencies.yml b/.github/workflows/update_python_dependencies.yml index a9f38b9..5ef6693 100644 --- a/.github/workflows/update_python_dependencies.yml +++ b/.github/workflows/update_python_dependencies.yml @@ -32,8 +32,8 @@ jobs: - name: Commit changes and open PR run: | export WEEK="w$(date +%V)" - git config user.name github-actions - git config user.email github-actions@github.com + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com git switch -c "dependency-updates-$WEEK" git add requirements/*.txt git commit -m "$WEEK dependency updates (automated)"