fix: Typo in src option description

This commit is contained in:
Reza Rahemtola 2022-12-26 22:58:31 +01:00 committed by GitHub
parent 48b9ca0b1a
commit 353b8f1c89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ description: 'Action to send dist files to a remote server with scp command'
author: 'Fabricio Nogueira'
inputs:
src:
description: 'Sorce dir to deploy'
description: 'Source dir to deploy'
required: true
host:
description: 'SSH address'