From a703f9df9b693d59674f79b48ca60ca1bde93811 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Sat, 16 Oct 2021 08:20:19 +0100 Subject: [PATCH] fix : workaround for copying static files in github actions This is a workaround for rsync issue in the used action Signed-off-by: Naveen MR --- .github/workflows/publish-blog.yml | 2 +- .github/workflows/publish-book.yml | 2 +- .github/workflows/publish-docs.yml | 2 +- .github/workflows/publish-noco-i18n.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-blog.yml b/.github/workflows/publish-blog.yml index 4ef2248962..06400c9861 100644 --- a/.github/workflows/publish-blog.yml +++ b/.github/workflows/publish-blog.yml @@ -30,7 +30,7 @@ jobs: - name: Pushes generated output if: ${{ env.CHANGED == 'OK' }} - 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: diff --git a/.github/workflows/publish-book.yml b/.github/workflows/publish-book.yml index 9fb4f5f2e6..73a6b66fbd 100644 --- a/.github/workflows/publish-book.yml +++ b/.github/workflows/publish-book.yml @@ -30,7 +30,7 @@ jobs: - name: Pushes generated output if: ${{ env.CHANGED == 'OK' }} - 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: diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 91587c8f98..84466aa32f 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -32,7 +32,7 @@ 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@3fe42250d47e0764da9de9939b151b09a26e5857 env: API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }} with: diff --git a/.github/workflows/publish-noco-i18n.yml b/.github/workflows/publish-noco-i18n.yml index 65561182bd..7349f42c87 100644 --- a/.github/workflows/publish-noco-i18n.yml +++ b/.github/workflows/publish-noco-i18n.yml @@ -33,7 +33,7 @@ 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@3fe42250d47e0764da9de9939b151b09a26e5857 + uses: dmnemec/copy_file_to_another_repo_action@3fe42250d47e0764da9de9939b151b09a26e5857 env: API_TOKEN_GITHUB: ${{ secrets.GH_TOKEN }} with: