We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443ca87 commit cc12810Copy full SHA for cc12810
.github/workflows/cla.yml
@@ -4,7 +4,6 @@ jobs:
4
check:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v2
8
- - run: ./project/scripts/check-cla.sh
9
- env:
10
- AUTHOR: ${{ github.event.pull_request.user.login }}
+ - uses: scala/cla-verification-action@main
+ with:
+ author: ${{ github.event.pull_request.user.login }}
project/scripts/check-cla.sh
0 commit comments