Skip to content

Commit 66a85fd

Browse files
committed
fix cla
1 parent 32d5e53 commit 66a85fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cla.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2020
with:
2121
path-to-signatures: 'signatures/version1/cla.json'
22-
path-to-document: 'https://github.com/openingo/.github/blob/main/OpeninGO-CLA.md' # e.g. a CLA or a DCO document
22+
path-to-document: 'https://github.com/acmestack/.github/blob/main/AcmeStack-CLA.md' # e.g. a CLA or a DCO document
2323
# branch should not be protected
2424
branch: 'cla'
2525
allowlist: bot*
2626

2727
#below are the optional inputs - If the optional inputs are not given, then default values will be taken
28-
#remote-organization-name: openingo #enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
28+
#remote-organization-name: acmestack #enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)
2929
#remote-repository-name: cla # enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)
3030
#create-file-commit-message: 'For example: Creating file for storing CLA Signatures'
3131
#signed-commit-message: 'For example: $contributorName has signed the CLA in #$pullRequestNo'

0 commit comments

Comments
 (0)