Skip to content

catppuccin/setup-whiskers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Catppuccin GitHub Action for Whiskers

Usage

- uses: catppuccin/[email protected]
  with:
    # Semver compatible version of catppuccin/whiskers to install.
    # E.g. "2.5", "2.x"
    #
    # Defaults to the latest version.
    whiskers-version: ""

    # GitHub token to authenticate with when installing catppuccin/whiskers.
    #
    # Defaults to ${{ github.token }}.
    github-token: ""

Examples

Install the latest version

- uses: catppuccin/[email protected]

Install v2.5.0

Equivalent to =2.5.0

- uses: catppuccin/[email protected]
  with:
    whiskers-version: "2.5.0"

Install 2.x

Equivalent to >=2.0.0 <3.0.0

- uses: catppuccin/[email protected]
  with:
    whiskers-version: "2.x" # or just "2"

💝 Thanks to

 

Copyright © 2024-present Catppuccin Org