diff options
| author | Fuwn <[email protected]> | 2024-10-12 00:49:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-12 00:49:50 -0700 |
| commit | f59108253dc4aeebe8924e6163e5fe9637e13a7a (patch) | |
| tree | 31543362f5896316f47b1ef1e58f5a42df6135fa /.github | |
| parent | ci(ci): run ci after yae update (diff) | |
| download | tsutsumi-f59108253dc4aeebe8924e6163e5fe9637e13a7a.tar.xz tsutsumi-f59108253dc4aeebe8924e6163e5fe9637e13a7a.zip | |
ci(yae): update commit message
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/yae.yaml | 2 |
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 |