Fix ftp deploy template

This commit is contained in:
2026-04-03 12:39:03 +02:00
parent ebe2c6e629
commit 832de6d4ec
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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 }}