aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-12 00:49:50 -0700
committerFuwn <[email protected]>2024-10-12 00:49:50 -0700
commitf59108253dc4aeebe8924e6163e5fe9637e13a7a (patch)
tree31543362f5896316f47b1ef1e58f5a42df6135fa /.github
parentci(ci): run ci after yae update (diff)
downloadtsutsumi-f59108253dc4aeebe8924e6163e5fe9637e13a7a.tar.xz
tsutsumi-f59108253dc4aeebe8924e6163e5fe9637e13a7a.zip
ci(yae): update commit message
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/yae.yaml2
1 files changed, 1 insertions, 1 deletions
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