fix : workaround for rsync in an action

This commit is contained in:
Navi
2021-10-16 08:17:35 +01:00
committed by GitHub
parent e6c1eb6e9b
commit 29a7c3ea28

View File

@@ -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: