Skip to content

Commit

Permalink
Add the protocol.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent 00e399f commit a4e59a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: FTP-Deploy-Action
uses: Automattic/[email protected]
with:
ftp-server: sftp.wp.com/wp-content/plugins/custom-plugin/
ftp-server: sftp://sftp.wp.com/wp-content/plugins/custom-plugin/
ftp-username: ${{ secrets.SFTP_USER }}
ftp-password: ${{ secrets.SFTP_PASSWORD }}

0 comments on commit a4e59a9

Please sign in to comment.