This is an automated email from the ASF dual-hosted git repository.
honahx pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git
The following commit(s) were added to refs/heads/main by this push:
new f710192 Fix the action hash for Nightly Publish (#127)
f710192 is described below
commit f7101922d08261834832a53def15f6c6a36e58df
Author: Yufei Gu <[email protected]>
AuthorDate: Thu Jan 8 12:13:22 2026 -0800
Fix the action hash for Nightly Publish (#127)
---
.github/workflows/mcp-server-nightly.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/mcp-server-nightly.yml
b/.github/workflows/mcp-server-nightly.yml
index c43e1c0..18fb209 100644
--- a/.github/workflows/mcp-server-nightly.yml
+++ b/.github/workflows/mcp-server-nightly.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout Polaris Tools project
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcb5dd907a8 # v5
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #
v6