Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed Dec 11, 2022
1 parent 48e00b8 commit e4548d8
Show file tree
Hide file tree
Showing 6 changed files with 48,463 additions and 19,161 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Sander
Copyright (c) 2020 sand4rt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# GitHub action - SFTP / FTP deployer

Nodejs ftp deployment with github actions.
Simple SFTP / FTP deployment with NodeJS.

## Example

``` yml
- name: FTP Deployer
uses: sand4rt/ftp-deployer@v1.5
uses: sand4rt/ftp-deployer@v1.6
with:
sftp: false # optional
host: ${{ secrets.FTP_HOST }} # e.g. ftp.host.com or sftp.host.com (without ftp:// or ftps://)
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'FTP Deployer'
author: 'sand4rt'
description: 'Fast and simple SFTP / FTP deployment with NodeJS'
description: 'Simple SFTP / FTP deployment with NodeJS'
branding:
color: white
icon: upload-cloud
Expand Down Expand Up @@ -46,5 +46,5 @@ inputs:
default: false
description: 'passive'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
Loading

0 comments on commit e4548d8

Please sign in to comment.