Skip to content

Commit acf9946

Browse files
authored
Merge pull request #1 from joaotonaco/master
v1.3.0
2 parents 4137dea + 99dd4cc commit acf9946

7 files changed

Lines changed: 1494 additions & 883 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You also need to configure your GitHub secrets, of course, to not let your Token
1212
- `token` - Your Square Cloud api token. Get your token from the [Square Cloud dashboard](https://squarecloud.app/dashboard/me) `Required`
1313
- `application_id` - Your Square Cloud application ID. `Required`
1414
- `restart` - After commit, does the application need to be restarted? `Optional`, `Default: False`
15-
- `exclusions` - Files that shouldn't be uploaded to Square Cloud. (by default, includes `.git`) `Optional`
15+
- `excludes` - Files that shouldn't be uploaded to Square Cloud. (by default, includes `.git`) `Optional`
1616

1717
### Example Workflow
1818
#### Uploading your application and restarting it
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: '0'
3030

3131
- name: Commit to Square Cloud
32-
uses: squarecloudofc/github-action@v1.2.0
32+
uses: squarecloudofc/github-action@v1.3.0
3333
with:
3434
restart: true
3535
token: '${{ secrets.SQUARE_TOKEN }}'
@@ -50,11 +50,11 @@ jobs:
5050
fetch-depth: '0'
5151

5252
- name: Commit to Square Cloud
53-
uses: squarecloudofc/github-action@v1.2.0
53+
uses: squarecloudofc/github-action@v1.3.0
5454
with:
5555
token: '${{ secrets.SQUARE_TOKEN }}'
5656
application_id: '${{ secrets.SQUARE_APPLICATIONID }}'
57-
exclusions: '.vscode docs'
57+
excludes: '.vscode docs'
5858
```
5959
6060
### Configuring Secrets

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Square Cloud Easy Action'
22
description: 'Deploy your application to square cloud using Github Actions'
3-
author: 'richaardev'
3+
author: 'richaardev & joaotonaco'
44
branding:
55
icon: square
66
color: gray-dark

0 commit comments

Comments
 (0)