From 65e8968a1036ff9ea7c86b3047f9d6340b5d3156 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sun, 12 Nov 2023 08:23:25 +0000 Subject: [PATCH] =?UTF-8?q?Else=20=F0=9F=A4=A6=E2=80=8D=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index be4c2a1b..a74e9382 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,7 +73,7 @@ jobs: go run . if git diff-index --quiet HEAD; then echo "No syndication changes made" - elif + else echo "Committing syndication changes" git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "Syndicate[bot]"