Skip to content

Commit 3cf5374

Browse files
committed
update github action
1 parent c7e9dfa commit 3cf5374

7 files changed

Lines changed: 30590 additions & 15776 deletions

File tree

action.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
name: 'Square Cloud Easy Action'
1+
name: 'Square Cloud Action'
22
description: 'Deploy your application to square cloud using Github Actions'
33
author: 'richaardev'
44
branding:
55
icon: square
66
color: gray-dark
77

88
inputs:
9-
excludes:
10-
required: false
11-
description: 'excludes some files'
12-
default: '.git'
139
token:
1410
required: true
15-
description: 'square cloud api token'
16-
application_id:
11+
description: 'Square Cloud api token'
12+
command:
1713
required: true
18-
description: 'square cloud application id'
19-
restart:
14+
description: 'Command you want to execute'
15+
cwd:
2016
required: false
21-
description: 'restart aplication after upload'
17+
default: "."
18+
description: 'Command you want to execute'
2219

2320
runs:
2421
using: 'node20'

0 commit comments

Comments
 (0)