From eefcec456b12d419e7712af09bceec29ff61f9d5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 8 Nov 2022 19:25:35 +0100 Subject: [PATCH] Prevent warning see https://github.com/contributor-assistant/github-action/pull/65 --- .github/workflows/cla.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index b033138..9937ae3 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -23,8 +23,7 @@ jobs: # branch should not be protected branch: 'master' allowlist: user1,bot* - use-dco-flag: false #'Set this to true if you want to use a dco instead of a cla' - + #below are the optional inputs - If the optional inputs are not given, then default values will be taken #remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository) #remote-repository-name: enter the remote repository name where the signatures should be stored (Default is storing the signatures in the same repository)