From b1333761e3c60fcf853d44431bd77d4b719bf451 Mon Sep 17 00:00:00 2001 From: zhiheng123 <903292776@qq.com> Date: Sat, 23 Aug 2025 15:31:59 +0800 Subject: [PATCH] fix: cla address 404 error --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 072280a..0eadc71 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -31,7 +31,7 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.ACCESS_FOR_CLA }} with: path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'https://github.com/protocol-laboratory/.github/blob/main/README.md' + path-to-document: 'https://github.com/protocol-laboratory/.github/blob/main/cla.md' branch: 'main' allowlist: dependabot,bot*,github-actions remote-repository-name: .github