We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0af07ea commit 2b8b7dcCopy full SHA for 2b8b7dc
.github/workflows/cla.yml
@@ -25,7 +25,7 @@ jobs:
25
# This token is required only if you have configured to store the signatures in a remote repository/organization
26
# PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
27
with:
28
- path-to-signatures: 'signatures/v1/cla.json'
+ path-to-signatures: '.github/signatures/v1/cla.json'
29
path-to-document: 'https://github.com/SubSonic-Core/SubLight/blob/main/cla.md' # e.g. a CLA or a DCO document
30
# branch should not be protected
31
branch: 'main'
0 commit comments