Skip to content

Commit

Permalink
fix: ci commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 7, 2024
1 parent 218feb7 commit ca42361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
if: ${{ env.changes_exist == 'true' }}
run: |
git add --all
git commit --message "Sync CI/CD Config Items"
git commit --message "chore: Sync CI/CD Config Items"
git push
2 changes: 1 addition & 1 deletion .github/workflows/locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
if: ${{ env.changes_exist == 'true' }}
run: |
git add --all
git commit --message "sync locales"
git commit --message "chore: sync locales"
git push

0 comments on commit ca42361

Please sign in to comment.