From 07ad551f44e7c978dad09f152602b1e5966b5a29 Mon Sep 17 00:00:00 2001 From: OhItsTom <22730962+ohitstom@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:08:50 +0100 Subject: [PATCH] scss -> sass --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04304a0..bd46d66 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 if: ${{ github.repository == 'Comfy-Themes/Spicetify' && github.ref == 'refs/heads/main' }} with: - commit_message: "chore: compile scss" + commit_message: "chore: compile Sass" commit_author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" branch: ${{ github.ref }} \ No newline at end of file