From ce959869ed98c5b87d8877dc1e2b13014dd5111f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Ribeiro?= <108989500+anotherlusitano@users.noreply.github.com> Date: Fri, 13 Jun 2025 13:30:44 +0100 Subject: [PATCH] ci: fix nothing to commit --- .github/workflows/build-stylesheet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-stylesheet.yml b/.github/workflows/build-stylesheet.yml index 0ddf82d..e8850ec 100644 --- a/.github/workflows/build-stylesheet.yml +++ b/.github/workflows/build-stylesheet.yml @@ -23,7 +23,7 @@ jobs: run: | git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git commit -m "Build stylesheet" -a + git diff --exit-code || git commit -m "Build stylesheet" -a - name: Push Stylesheet to Repository uses: ad-m/github-push-action@master with: