diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-translations.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 1273693f..4d35774a 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -40,8 +40,6 @@ jobs: - name: set file ownership run: | sudo chown -R 1001 docs/_locale - ls -l docs/_locale/de - - name: Create Pull Request uses: peter-evans/create-pull-request@v3 @@ -55,4 +53,4 @@ jobs: body: | Generate, upload new and download translation files branch: update-translations-master - delete-branch: true
\ No newline at end of file + delete-branch: true |