mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: github actions
This commit is contained in:
parent
c37e10faab
commit
950951de75
1 changed files with 0 additions and 2 deletions
2
.github/workflows/translations-upload.yml
vendored
2
.github/workflows/translations-upload.yml
vendored
|
|
@ -28,8 +28,6 @@ jobs:
|
|||
|
||||
- name: Check and commit any files created
|
||||
run: |
|
||||
git config --global user.name 'github-actions'
|
||||
git config --global user.email 'github-actions@documenso.com'
|
||||
git add packages/lib/translations
|
||||
git diff --staged --quiet --exit-code || (git commit -m "chore: extract translations" && git push)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue