From 6b89c2d10f0e0fb23f8387f9aa5f8201eaa688e5 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Tue, 10 Dec 2024 15:32:23 -0800 Subject: [PATCH] . e Update Arlo's commit notation for snippet updates --- .github/workflows/updateMarkdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updateMarkdown.yml b/.github/workflows/updateMarkdown.yml index 86a1aab4..6be15022 100644 --- a/.github/workflows/updateMarkdown.yml +++ b/.github/workflows/updateMarkdown.yml @@ -18,7 +18,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -m "d - Update markdown snippets" -a || echo "nothing to commit" + git commit -m ". d Update markdown snippets" -a || echo "nothing to commit" remote="https://${GITHUB_ACTOR}:${{secrets.GITHUB_TOKEN}}@github.com/${GITHUB_REPOSITORY}.git" branch="${GITHUB_REF:11}" git push "${remote}" ${branch} || echo "nothing to push"