Update FTP-Deploy-Action reference to full GitHub URL
Some checks failed
/ CI (push) Successful in 12s
/ CD (push) Failing after 4s

Replaced the shorthand syntax with the full URL for the FTP-Deploy-Action. This ensures clarity and explicit linkage to the correct GitHub repository.
This commit is contained in:
Lars 2024-12-25 14:51:51 +01:00
parent 0667dbbaba
commit b758876412

View file

@ -42,7 +42,7 @@ jobs:
name: jekyll site name: jekyll site
- name: Upload Files - name: Upload Files
uses: SamKirkland/FTP-Deploy-Action@4 uses: https://github.com/SamKirkland/FTP-Deploy-Action@4
with: with:
server: ${{ secrets.FTP_SERVER }} server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USER }} username: ${{ secrets.FTP_USER }}