I'm using the Platane/snk GitHub Action to generate a snake animation for my GitHub contribution graph. I've added the year=true, month=true, day=true, and tooltip=true parameters to the with section to display the year, month, day, and hover effect on the x-axis. However, these features are not displaying as expected.
I modified the GitHub Action code to include the year=true, month=true, day=true, and tooltip=true parameters.
I committed and pushed the changes to my repository.
The snake animation is not displaying the year, month, day, and hover effect as expected.
Expected behavior:
The snake animation should display the year, month, day, and hover effect on the x-axis.
Actual behavior:
The snake animation is not displaying the year, month, day, and hover effect.
I'm using the Platane/snk GitHub Action to generate a snake animation for my GitHub contribution graph. I've added the year=true, month=true, day=true, and tooltip=true parameters to the with section to display the year, month, day, and hover effect on the x-axis. However, these features are not displaying as expected.
Code:
on: schedule:
cron: "0 /12 "
workflow_dispatch:
push: branches:
jobs: build: runs-on: ubuntu-latest
Steps to reproduce:
I modified the GitHub Action code to include the year=true, month=true, day=true, and tooltip=true parameters. I committed and pushed the changes to my repository. The snake animation is not displaying the year, month, day, and hover effect as expected. Expected behavior:
The snake animation should display the year, month, day, and hover effect on the x-axis.
Actual behavior:
The snake animation is not displaying the year, month, day, and hover effect.
Additional information:
GitHub repository URL: https://github.com/GAURAV07C/GAURAV07C GitHub Action code: https://github.com/GAURAV07C/GAURAV07C/blob/main/.github/workflows/generate-snake.yml Please help me troubleshoot this issue!