From fb885e65f4efb4eba772d09ec23009fe00d5e01c Mon Sep 17 00:00:00 2001 From: Mikhail Date: Tue, 11 Jul 2023 15:08:24 +0200 Subject: [PATCH] Update CLA link to not contain the trailing slash For some reason the link with a trailing slash leads to a 404 page --- .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 487aa871e..8785b899e 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -19,7 +19,7 @@ jobs: PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} with: path-to-signatures: 'signatures/version1/cla.json' - path-to-document: 'https://safe.global/cla/' + path-to-document: 'https://safe.global/cla' # branch should not be protected branch: 'cla-signatures' allowlist: rmeissner,Uxio0,*bot # may need to update this expression if we add new bots