Skip to content

Commit

Permalink
Update CLA link to not contain the trailing slash
Browse files Browse the repository at this point in the history
For some reason the link with a trailing slash leads to a 404 page
  • Loading branch information
mmv08 authored Jul 11, 2023
1 parent 47a3620 commit fb885e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb885e6

Please sign in to comment.