mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-21 12:02:09 +10:00
BREAKING CHANGE: update to use nodeJS v16
Since it's used in Github environment it should not have any impact in usage. Just in case major version updated. Fixes #82
This commit is contained in:
parent
c711f2c339
commit
12adb9b839
7 changed files with 2550 additions and 832 deletions
|
@ -27,7 +27,7 @@ inputs:
|
|||
description: "Arguments to pass to rsync"
|
||||
required: false
|
||||
default: "-rltgoDzvO"
|
||||
EXCLUDE:
|
||||
EXCLUDE:
|
||||
description: "An array of folder to exclude"
|
||||
required: false
|
||||
default: ""
|
||||
|
@ -35,7 +35,7 @@ outputs:
|
|||
status:
|
||||
description: "Status"
|
||||
runs:
|
||||
using: "node12"
|
||||
using: "node16"
|
||||
main: "dist/index.js"
|
||||
branding:
|
||||
color: "green"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue