From 9a3fdc7a2531d0ea3cd3a71a42fdb87db03a4bf7 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Thu, 6 Feb 2025 15:57:54 +0100 Subject: [PATCH] Upgrade 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 066a187..8bf9607 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: datalbry/copy_folder_to_another_repo_action@1.0.0 + uses: danmindru/copy_folder_to_another_repo_action@1.0.0 env: API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }} with: