Skip to content

Commit

Permalink
Fix parameter name
Browse files Browse the repository at this point in the history
The `allow-organization-members` input parameter was incorrectly named.
It has been fixed. The version of the `cla-signature-bot` has been
updated as well, because I have reset the tags used on that repo.
`v3.0.0` now refers to the latest version.
  • Loading branch information
Gudahtt committed Aug 26, 2020
1 parent 0dc2f2e commit 85b03a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "CLA Signature Bot"
uses: MetaMask/[email protected].2
uses: MetaMask/[email protected].0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -20,5 +20,5 @@ jobs:
# This branch can't have protections, commits are made directly to the specified branch.
branch: 'cla-signatures'
allowlist: dependabot
allowOrganizationMembers: true
allow-organization-members: true
blockchain-storage-flag: false

0 comments on commit 85b03a6

Please sign in to comment.