Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
richaardev committed Mar 23, 2024
1 parent c7e9dfa commit 3cf5374
Show file tree
Hide file tree
Showing 7 changed files with 30,590 additions and 15,776 deletions.
17 changes: 7 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
name: 'Square Cloud Easy Action'
name: 'Square Cloud Action'
description: 'Deploy your application to square cloud using Github Actions'
author: 'richaardev'
branding:
icon: square
color: gray-dark

inputs:
excludes:
required: false
description: 'excludes some files'
default: '.git'
token:
required: true
description: 'square cloud api token'
application_id:
description: 'Square Cloud api token'
command:
required: true
description: 'square cloud application id'
restart:
description: 'Command you want to execute'
cwd:
required: false
description: 'restart aplication after upload'
default: "."
description: 'Command you want to execute'

runs:
using: 'node20'
Expand Down
Loading

0 comments on commit 3cf5374

Please sign in to comment.