We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb438b commit bc78132Copy full SHA for bc78132
.github/workflows/license-check.yml
@@ -31,17 +31,9 @@ jobs:
31
exit 1
32
fi
33
34
- # The reusable workflow is in a different repository, so we check it out.
35
- # Assuming 'billnapier/licenseclassifier' is the repository on GitHub.
36
- - name: Check out licenseclassifier repository
37
- uses: actions/checkout@v3
38
- with:
39
- repository: billnapier/licenseclassifier
40
- path: ./.licenseclassifier
41
-
42
- name: Run license classifier
43
id: classify
44
- uses: ./.licenseclassifier/.github/workflows/classify.yml
+ uses: google/licenseclassifier/.github/workflows/classify.yml@main
45
with:
46
file_to_classify: ${{ steps.find_license.outputs.filename }}
47
0 commit comments