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 327e1f2 commit 0175b00Copy full SHA for 0175b00
.github/workflows/cla.yml
@@ -4,7 +4,6 @@ jobs:
4
check:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v4
8
- - run: ./project/scripts/check-cla.sh
9
- env:
10
- AUTHOR: ${{ github.event.pull_request.user.login }}
+ - uses: scala/cla-verification-action
+ with:
+ author: ${{ github.event.pull_request.user.login }}
0 commit comments