From 729a9bb2f6f4f2b4cecefce368c92d64a73c3885 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Wed, 27 May 2020 20:56:17 +0100 Subject: [PATCH] Fixed Spelling Error In Dev Deploy --- .github/workflows/dev-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-deploy.yml b/.github/workflows/dev-deploy.yml index 37efb8d6..418d1360 100644 --- a/.github/workflows/dev-deploy.yml +++ b/.github/workflows/dev-deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Commit changes uses: EndBug/add-and-commit@v4 with: - message: "Automattic Doc Update" + message: "Automatic Doc Update" add: "./docs/** .luacheckrc" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}