From b758876412bfe38a4811dea7b3f15daa3a7030a0 Mon Sep 17 00:00:00 2001 From: elyday Date: Wed, 25 Dec 2024 14:51:51 +0100 Subject: [PATCH] Update FTP-Deploy-Action reference to full GitHub URL Replaced the shorthand syntax with the full URL for the FTP-Deploy-Action. This ensures clarity and explicit linkage to the correct GitHub repository. --- .forgejo/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci-cd.yaml b/.forgejo/workflows/ci-cd.yaml index 1cacaeb..9a3cacd 100644 --- a/.forgejo/workflows/ci-cd.yaml +++ b/.forgejo/workflows/ci-cd.yaml @@ -42,7 +42,7 @@ jobs: name: jekyll site - name: Upload Files - uses: SamKirkland/FTP-Deploy-Action@4 + uses: https://github.com/SamKirkland/FTP-Deploy-Action@4 with: server: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USER }}