Skip to content

Commit 7a1aba0

Browse files
authored
Missing set-user changes
1 parent 3ab58b3 commit 7a1aba0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flow-api-client-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ jobs:
9595
exit 1
9696
fi
9797
98-
git config user.name "github-actions[bot]"
99-
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
98+
git config --global user.name "DevOps Bot"
99+
git config --global user.email "peerdb-oss-devops-bot@clickhouse.com"
100100
101101
target="$(git rev-parse refs/remotes/origin/flow-api-client)"
102102
echo "Tagging flow-api-client tip ${target} as ${tag}"

0 commit comments

Comments
 (0)