Update sync.yaml

remove env DRY_RUN
This commit is contained in:
tom mortensen
2020-05-24 07:53:41 -07:00
committed by GitHub
parent e7c25c78f2
commit 7eb9b1eb8e

View File

@@ -23,10 +23,7 @@ jobs:
- name: Sync with other languages
uses: unraid/translation-sync-action@master
# Once the secrets have been added remove the env
env:
DRY_RUN: true
with:
languages: 'nl_NL,es_ES'
ssh-key-public: ${{ secrets.SSH_PUBLIC_KEY }}
ssh-key-private: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-key-private: ${{ secrets.SSH_PRIVATE_KEY }}