From f59108253dc4aeebe8924e6163e5fe9637e13a7a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 12 Oct 2024 00:49:50 -0700 Subject: ci(yae): update commit message --- .github/workflows/yae.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/yae.yaml b/.github/workflows/yae.yaml index cef2629..35429e8 100644 --- a/.github/workflows/yae.yaml +++ b/.github/workflows/yae.yaml @@ -21,5 +21,5 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' git add . - git diff-index --quiet HEAD || git commit -m "feat(pkgs): yae says bump $(cat yae_update_output.txt | tr -d '\n')" + git diff-index --quiet HEAD || git commit -m "feat(packages): yae says bump $(cat yae_update_output.txt | tr -d '\n')" git push -- cgit v1.2.3