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: