diff --git a/.github/workflows/org-license-check.yml b/.github/workflows/org-license-check.yml index 06c448d..1d2b84f 100644 --- a/.github/workflows/org-license-check.yml +++ b/.github/workflows/org-license-check.yml @@ -19,7 +19,7 @@ jobs: with: repository: ${{ github.repository_owner }}/.github token: ${{ secrets.CLA_BOT_TOKEN }} # Use token to access private repo - path: .github + path: .github # Check out the repository into the .github directory - name: Setup Python uses: actions/setup-python@v4