From 832de6d4ecfe53771848c3b38f2d66205f067449 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 3 Apr 2026 12:39:03 +0200 Subject: [PATCH] Fix ftp deploy template --- ftp/ftp-deploy.yml | 2 +- node/node-build.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ftp/ftp-deploy.yml b/ftp/ftp-deploy.yml index 13382ca..52c75d0 100644 --- a/ftp/ftp-deploy.yml +++ b/ftp/ftp-deploy.yml @@ -10,7 +10,7 @@ jobs: with: ref: build - name: Push changes to webserver - uses: SamKirkland/FTP-Deploy-Action@v4.3.6 + uses: actions/ftp-deploy@v4.3.6 with: server: ${{ vars.FTP_URL }} username: ${{ vars.FTP_USERNAME }} diff --git a/node/node-build.yml b/node/node-build.yml index 4db122e..227aa11 100644 --- a/node/node-build.yml +++ b/node/node-build.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Pull repo uses: actions/checkout@v6 + with: + ref: main - name: Run node build uses: actions/node-action@main with: