From 36d2572043d7b784a407d436809ce29d486021d6 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Tue, 10 Dec 2024 15:34:08 -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 6c6e123..2661789 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 updated 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"