diff options
author | Robert Göhler <github@ghlr.de> | 2023-08-27 21:18:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-27 21:18:38 +0200 |
commit | 8d8adf82c8a3eb2df6ad3c5e6567b983d147f562 (patch) | |
tree | 36a61ea8559343dc94c66d9edb34b67643abf4a9 /.github | |
parent | 093055473bb6acba323db69e8e4cbc4c8ac5edca (diff) | |
download | vyos-documentation-8d8adf82c8a3eb2df6ad3c5e6567b983d147f562.tar.gz vyos-documentation-8d8adf82c8a3eb2df6ad3c5e6567b983d147f562.zip |
Update update-translations.yml
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 |