From c6eefa84d00655f74abf8abd9e98bf6c17113da8 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Thu, 6 Feb 2025 16:27:14 +0100 Subject: [PATCH] Upgrade copy action --- .github/workflows/mirror-page-ui-to-page-ai.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-page-ui-to-page-ai.yml b/.github/workflows/mirror-page-ui-to-page-ai.yml index fb2456f..c70c02a 100644 --- a/.github/workflows/mirror-page-ui-to-page-ai.yml +++ b/.github/workflows/mirror-page-ui-to-page-ai.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v2 - name: Pushes all PageUI templates to PageAI - uses: nkoppel/push-files-to-another-repository@v1.1.4 + uses: danmindru/push-files-to-another-repository@1.0.0 env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: