Skip to content

Commit eb75c5c

Browse files
committed
update readme and license
1 parent 1204235 commit eb75c5c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Sebastian Popp
3+
Copyright (c) 2020 Sebastian Popp and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ jobs:
1212
name: Deploy
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@master
15+
- uses: actions/checkout@v2
1616
- name: Upload ftp
17-
uses: sebastianpopp/ftp-action@releases/v1
17+
uses: sebastianpopp/ftp-action@releases/v2
1818
with:
1919
host: ${{ secrets.FTP_SERVER }}
2020
user: ${{ secrets.FTP_USERNAME }}
2121
password: ${{ secrets.FTP_PASSWORD }}
22-
forceSsl: true
2322
localDir: "dist"
2423
remoteDir: "www"
2524
```
@@ -31,6 +30,6 @@ Input parameter | Description | Required | Default
3130
host | FTP server name | Yes | N/A
3231
user | FTP username | Yes | N/A
3332
password | FTP password | Yes | N/A
34-
forceSsl | Force SSL encryption | No | false
3533
localDir | The local directory to copy | No | .
3634
remoteDir | The remote directory to copy to | No | .
35+
forceSsl | Force SSL encryption | No | false

0 commit comments

Comments
 (0)