Skip to content

Commit e4e8312

Browse files
authored
fix cla workflow (#400)
1 parent d6395b6 commit e4e8312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cla.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2020
with:
2121
path-to-signatures: 'signatures/version1/cla.json'
22-
path-to-document: 'https://fiware.github.io/contribution-requirements/individual-cla.pdf' # e.g. a CLA or a DCO document
22+
path-to-cla-document: 'https://fiware.github.io/contribution-requirements/individual-cla.pdf' # e.g. a CLA or a DCO document
2323
# branch should not be protected
2424
branch: 'cla-signature'
2525
allowlist: user1,bot*
26-
use-dco-flag: false #'Set this to true if you want to use a dco instead of a cla'
26+
# use-dco-flag: false #'Set this to true if you want to use a dco instead of a cla'
2727

2828
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
2929
#remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)

0 commit comments

Comments
 (0)