1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-04 19:44:44 +00:00
This commit is contained in:
Tw93
2025-12-06 00:21:10 +08:00
parent 5c20db60af
commit a16d1dbd8f

View File

@@ -47,8 +47,8 @@ jobs:
- name: Commit binaries for release
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "Bot"
git config user.email "noreply@github.com"
git add bin/analyze-go bin/status-go
if git diff --staged --quiet; then
echo "No binary changes to commit"