From f1439a89b7d1f513c7ca614d1008ee61deed6f1a Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:54:45 +0800 Subject: [PATCH] Set strategy sync callback user agent --- .github/workflows/manual-strategy-switch.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual-strategy-switch.yml b/.github/workflows/manual-strategy-switch.yml index 5fcfabb..afa67e3 100644 --- a/.github/workflows/manual-strategy-switch.yml +++ b/.github/workflows/manual-strategy-switch.yml @@ -399,6 +399,7 @@ jobs: headers={ "Authorization": f"Bearer {token}", "Content-Type": "application/json", + "User-Agent": "QuantRuntimeSettings-strategy-switch-sync", }, method="POST", )