From eda32223c86ff2afca679472dfa698f1027ef9d1 Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 3 Jun 2024 16:52:36 -0700 Subject: [PATCH] Update cla.yml --- .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 36507cb..4b1f7a9 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -26,7 +26,7 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: 'signatures/version1/cla.json' - path-to-document: './FIDO_CLA.md' # e.g. a CLA or a DCO document + path-to-document: 'FIDO_CLA.md' # e.g. a CLA or a DCO document # branch should not be protected branch: 'main' allowlist: user1,bot*