ci: call readme.yml
in catppuccin/catppuccin
(#196)
This commit adds a new job to call the readme workflow within the main catppuccin/catppuccin repository. This will make sure that any additions to userstyles will be synced with the README on the main repository.
This commit is contained in:
parent
cca980c0b6
commit
73735cb37b
5
.github/workflows/generate.yml
vendored
5
.github/workflows/generate.yml
vendored
@ -55,4 +55,9 @@ jobs:
|
||||
commit_message: "chore: generate health files"
|
||||
commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
|
||||
branch: ${{ github.ref }}
|
||||
|
||||
call-generate-readme-in-catppuccin:
|
||||
needs: "generate-health-files"
|
||||
uses: catppuccin/catppuccin/.github/workflows/readme.yml@main
|
||||
|
||||
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user