Skip to content

Commit

Permalink
Fix gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreozoux authored Feb 7, 2022
1 parent 9116589 commit 85b1b7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/generates_locales.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- generates_locales
paths:
- 'doc/**'
- '!doc/locale/**'
Expand All @@ -17,9 +18,9 @@ jobs:
pre-build-command: pip install -r requirements.txt
build-command: make gettext
- uses: actions/checkout@v2
- name: Commit report
run: |
- name: Commit report
run: |
git config --global user.name 'Nextcloud Bot'
git config --global user.email 'bot@nextcloud.com'
git commit -am "Updates catalog templates (POT files fetched automatically by transifex)"
git push
git push

0 comments on commit 85b1b7b

Please sign in to comment.