From f7fd9b7e2e7dacc0f9249e5d69bb5a8b5d658143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 19:23:53 +0000 Subject: [PATCH] chore(deps): update nkoppel/push-files-to-another-repository action to v1.1.4 (#1604) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ca74cad8e..cbd70afab 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,7 +36,7 @@ jobs: - name: Copy developer docs to repository if: github.ref == 'refs/heads/main' - uses: nkoppel/push-files-to-another-repository@v1.1.3 + uses: nkoppel/push-files-to-another-repository@v1.1.4 continue-on-error: true env: API_TOKEN_GITHUB: ${{ steps.get_token.outputs.token }}