Skip to content
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

3D contrib seems not to be working with snake contributions #46

Closed
LucasColas opened this issue Nov 19, 2022 · 1 comment
Closed

3D contrib seems not to be working with snake contributions #46

LucasColas opened this issue Nov 19, 2022 · 1 comment

Comments

@LucasColas
Copy link

Hello,
I tried to add your action.
However it doesn't seem to work when there is already snake contributions.

Steps to reproduce the behavior:
Use the Github Action snake contributions.
Create another .yml file containing :

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@v2
      - uses: yoshi389111/github-profile-3d-contrib@0.7.0
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          USERNAME: ${{ github.repository_owner }}
      - name: Commit & Push
        run: |
          git config user.name github-actions
          git config user.email github-actions@github.com
          git add -A .
          git commit -m "generated"
          git push

Everytime there is no workflow running.

@LucasColas
Copy link
Author

Ok,
I found a solution. I went back to Actions. And I ran another workflow. It worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant