Skip to content

Commit 8f1f450

Browse files
Fix usage of cla-verification-action
1 parent 5b3cfbd commit 8f1f450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ jobs:
44
check:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: scala/cla-verification-action
7+
- uses: scala/cla-verification-action@main
88
with:
99
author: ${{ github.event.pull_request.user.login }}

0 commit comments

Comments
 (0)