Skip to content

Zxilly/animated-timeline

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Animated Timeline

Create animation from your GitHub contribution.

test

Usage

- name: Generate
  uses: Zxilly/animated-timeline@master
  with:
    name: 'Zxilly' # optional, default: repository owner
    output: 'assets/animation.webp'
    type: 'webp' # gif, webp or both
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}