From ceb46a98cbf3cdb65c23fdb76e15b410e2fc73ef Mon Sep 17 00:00:00 2001 From: Andre Fonseca Date: Thu, 14 Jul 2022 16:01:47 +0100 Subject: [PATCH] Update CLA action to the correct url --- .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 293d6e782a0d..347f30961fb7 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -32,7 +32,7 @@ jobs: PERSONAL_ACCESS_TOKEN : ${{ secrets.CLA_BOTIFY_TOKEN }} with: path-to-signatures: '${{ github.repository }}/cla.json' - path-to-document: 'https://github.com/${{ github.repository }}/blob/main/docs/CLA.md' + path-to-document: 'https://github.com/${{ github.repository }}/blob/main/contributingGuides/CLA.md' branch: 'main' remote-organization-name: 'Expensify' remote-repository-name: 'CLA'