mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 07:57:00 +00:00
fix : workaround for rsync in an action
This commit is contained in:
3
.github/workflows/publish-noco-i18n.yml
vendored
3
.github/workflows/publish-noco-i18n.yml
vendored
@@ -32,7 +32,8 @@ jobs:
|
||||
|
||||
- name: Pushes generated output
|
||||
if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }}
|
||||
uses: dmnemec/copy_file_to_another_repo_action@main
|
||||
# uses: dmnemec/copy_file_to_another_repo_action@main
|
||||
uses: dmnemec/copy_file_to_another_repo_action@3fe42250d47e0764da9de9939b151b09a26e5857
|
||||
env:
|
||||
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user