We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab58b3 commit 7a1aba0Copy full SHA for 7a1aba0
1 file changed
.github/workflows/flow-api-client-tag.yml
@@ -95,8 +95,8 @@ jobs:
95
exit 1
96
fi
97
98
- git config user.name "github-actions[bot]"
99
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
+ git config --global user.name "DevOps Bot"
+ git config --global user.email "peerdb-oss-devops-bot@clickhouse.com"
100
101
target="$(git rev-parse refs/remotes/origin/flow-api-client)"
102
echo "Tagging flow-api-client tip ${target} as ${tag}"
0 commit comments