Skip to content

Commit

Permalink
Fix name of CLA-signatures repo default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege authored Jan 11, 2024
1 parent 1a4c5dd commit b2436be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
path-to-signatures: 'signatures/version1/signatures_robotools.json'
path-to-document: $PATH_TO_CLA
# branch should not be protected
branch: 'master'
branch: 'main'
allowlist: dependabot[bot]

# the followings are the optional inputs - If the optional inputs are not given, then default values will be taken
Expand Down

0 comments on commit b2436be

Please sign in to comment.