diff options
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 |