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 bce97c2 commit febd6beCopy full SHA for febd6be
1 file changed
tools/github/listen
@@ -17,7 +17,7 @@ const webhooks = new Webhooks({
17
18
const WEBHOOK_NAME = "push";
19
const WEBHOOK_GIT_REF = "refs/heads/flutterflow";
20
-const WEBHOOK_GIT_HEAD_COMMIT_AUTHOR_USERNAME = "flutterflow-github-app[bot]";
+const WEBHOOK_GIT_HEAD_COMMIT_AUTHOR_USERNAME = "FlutterFlowEng";
21
22
webhooks.onAny(({ id, name, payload }) => {
23
// console.log(name, "event received", id, payload);
0 commit comments