Browse Source

fix : workaround for rsync in an action

pull/659/head
Navi 3 years ago committed by GitHub
parent
commit
29a7c3ea28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/publish-noco-i18n.yml

3
.github/workflows/publish-noco-i18n.yml

@ -32,7 +32,8 @@ jobs:
- name: Pushes generated output - name: Pushes generated output
if: ${{ env.CHANGED == 'OK' || github.event_name == 'release' }} 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: env:
API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }} API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }}
with: with:

Loading…
Cancel
Save