We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac54d2 commit 0b5c441Copy full SHA for 0b5c441
.github/workflows/cla.yml
@@ -19,7 +19,7 @@ jobs:
19
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
20
with:
21
path-to-signatures: 'signatures/version1/cla.json'
22
- path-to-document: 'https://raw.githubusercontent.com/pluginio/static-content/main/CLA.md' # e.g. a CLA or a DCO document
+ path-to-document: 'https://github.com/pluginio/static-content/blob/main/CLA.md' # e.g. a CLA or a DCO document
23
# branch should not be protected
24
branch: 'main'
25
allowlist: user1,bot*
0 commit comments