Skip to content

Commit

Permalink
updates to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleLincoln committed Apr 20, 2023
1 parent 903d1bf commit ec23e57
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ inputs:
required: false
default: ''
privateKey:
description: "SSH Key"
description: 'SSH Key'
required: false
passphrase:
description: "Passphrase for encrypted private keys"
description: 'Passphrase for encrypted private keys'
required: false
sourceDir:
description: 'Source directory to upload from (will upload all files in this directory)'
Expand All @@ -31,11 +31,11 @@ inputs:
description: 'Remote directory to upload to (WARNING: overwrites ALL files in this directory)'
required: true
default: ''

runs:
using: 'node12'
using: 'node16'
main: 'index.js'

branding:
icon: 'upload-cloud'
color: 'yellow'
icon: 'upload-cloud'
color: 'yellow'

0 comments on commit ec23e57

Please sign in to comment.