Skip to content

Commit c926b9d

Browse files
committed
Library & test updates
- Updated NPM packages - Updated tests to point to correct branch (oops)
1 parent 3f7edaa commit c926b9d

File tree

4 files changed

+1807
-1974
lines changed

4 files changed

+1807
-1974
lines changed

.github/workflows/test-ftp-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
fetch-depth: 2
1111
- name: FTP-Deploy-Action
12-
uses: SamKirkland/FTP-Deploy-Action-Typescript@master
12+
uses: SamKirkland/FTP-Deploy-Action@master
1313
with:
1414
ftp-server: ftp://ftp.samkirkland.com/
1515
ftp-username: ${{ secrets.ftp_username }}

.github/workflows/test-sftp-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
fetch-depth: 2
1111
- name: FTP-Deploy-Action
12-
uses: SamKirkland/FTP-Deploy-Action-Typescript@master
12+
uses: SamKirkland/FTP-Deploy-Action@master
1313
with:
1414
# deploy to a folder named "sftp-deploy-test.samkirkland.com" on my server
1515
ftp-server: sftp://ftp.samkirkland.com:7822/home/samkirkland/sftp-deploy-test.samkirkland.com/

0 commit comments

Comments
 (0)