
Catppuccin GitHub Action for Whiskers
- 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: ""
- uses: catppuccin/[email protected]
Equivalent to =2.5.0
- uses: catppuccin/[email protected]
with:
whiskers-version: "2.5.0"
Equivalent to >=2.0.0 <3.0.0
- uses: catppuccin/[email protected]
with:
whiskers-version: "2.x" # or just "2"
Copyright © 2024-present Catppuccin Org