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.
This commit is contained in:
parent
0667dbbaba
commit
b758876412
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue