Skip to content

Commit

Permalink
improvement: better automated commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseRFelix committed Jan 9, 2024
1 parent 64e66ae commit 8b68c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/push-localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ jobs:
run: yarn inline-translations

- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Add inline translations"
2 changes: 1 addition & 1 deletion .github/workflows/validate-cms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit 8b68c2d

Please sign in to comment.