From 58b9fb090d39be3ce99be8a71bf3969473cffe30 Mon Sep 17 00:00:00 2001 From: Oliver Cullimore Date: Wed, 11 Oct 2023 20:23:38 +0100 Subject: [PATCH] ci: Update wiki action commit message --- .github/workflows/wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 56fcd491d6..2bc7ecc776 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -43,7 +43,7 @@ jobs: git config --global user.name "Wiki GitHub Action" git config --global user.email "action@github.com" git add wiki - git commit -m "Update Councils.md from input.json" + git commit -m "docs: Update Councils.md from input.json" git push continue-on-error: true