chore: update git config to torvalds in counter workflow

Agent-Logs-Url: https://github.com/Stalin-143/Keylogger/sessions/d7e9c072-bc1c-4b16-aad8-0771827eb185

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-01 19:03:17 +00:00
committed by GitHub
parent 161dd2660a
commit e843efea79
+2 -2
View File
@@ -22,8 +22,8 @@ jobs:
- name: Commit and push - name: Commit and push
run: | run: |
git config user.name "github-actions[bot]" git config user.name "torvalds"
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "torvalds@linux-foundation.org"
git add README.md git add README.md
git commit -m "chore: increment counter to $(grep -oP '(?<=Counter: )\d+' README.md)" git commit -m "chore: increment counter to $(grep -oP '(?<=Counter: )\d+' README.md)"
git push git push