From 73735cb37b6deb669553c729e3e0229358d0409a Mon Sep 17 00:00:00 2001 From: Hamothy <58985301+sgoudham@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:27:14 +0100 Subject: [PATCH] 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. --- .github/workflows/generate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 4e3b7d8..8b2fe6e 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -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