-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Wrong language detection #59
Comments
the same problem!please |
I think I have the solution. 1.- Register the "personal access token" in the repository and set it to GH_TOKEN specified in the workflow file. name: GitHub-Profile-3D-Contrib
on:
schedule: # 03:00 JST == 18:00 UTC
- cron: "0 18 * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: generate-github-profile-3d-contrib
steps:
- uses: actions/checkout@v3
- uses: yoshi389111/[email protected]
env:
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.repository_owner }}
+ MAX_REPOS: 300
- name: Commit & Push
run: |
git config user.name github-actions
git config user.email [email protected]
git add -A .
git commit -m "generated"
git push With these changes I can now see the missing languages. |
Hi. Thanks for visiting my repository. What this chart represents is which languages your commits over the past year have contributed to. Each commit has a target repository. Each commit is calculated as a contribution to the primary language of the target repository. ref. #42 If you think GitHub's primary language is incorrect, you can change the settings in |
Describe the bug
It doesn't detect the used languages. I have Java and Kotlin but, it only detected TypeScript and Python!
The text was updated successfully, but these errors were encountered: