Use standard GitHub Actions bot identity for log commits

Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/17fba2c8-4f49-4a78-9dc4-483acc8cc945

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-19 06:36:07 +00:00
committed by GitHub
parent ce99bac76d
commit 4ac73bbd2c
@@ -89,8 +89,8 @@ jobs:
run: |
set -euo pipefail
cd logs-repo
git config user.name "openlearnx-log-bot"
git config user.email "openlearnx-log-bot@users.noreply.github.com"
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
if [ -z "$(git status --porcelain)" ]; then
echo "No log changes to commit"