Update sync.yaml
remove env DRY_RUN
This commit is contained in:
5
.github/workflows/sync.yaml
vendored
5
.github/workflows/sync.yaml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user