mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 19:44:44 +00:00
bot
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user