6 Commits

Author SHA1 Message Date
simmac
98ebed023f Small fixes: renamed defaults to default
according to github-doc: https://help.github.com/en/actions/building-actions/metadata-syntax-for-github-actions#inputs
2020-04-30 01:56:50 +02:00
simmac
6c02cac4ac Ignore .github folder by default
The `.github` folder is now excluded from the sync by default. The reason for this change is that the `.github` folder often includes sensitive information used for deployment configuration.
This behavior can be overwritten by setting the `include-github` input to `true`.
2020-04-30 01:55:54 +02:00
SamKirkland
4895f6f251 v3.0.0
Complete rewrite!
Switched from LFTP to git-ftp
Upload diffs based on git history by default
lower case kebab argument names
Migrated from shell to typescript
Added FTP and SFTP tests
.git-ftp-ignore and .git-ftp-include support
2020-02-18 00:34:10 -06:00
SamKirkland
9c4e4646b8 v2.0.0
SFTP support!
2019-10-08 00:26:19 -05:00
Sam Kirkland
3e99626730
Update action.yml 2019-09-17 09:16:03 -05:00
SamKirkland
2c3915c100 ARGS pass through props feature
Added ARGS option
Added some more examples
2019-09-15 23:56:38 -05:00