Skip to content

Commit c6e6a11

Browse files
committed
chore: formatting to fix broken tests after pkg upgrade
1 parent 3213f35 commit c6e6a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ The `with` portion of the workflow **must** be configured before the action will
105105

106106
The following options must be configured in order to make a deployment.
107107

108-
| Key | Value Information | Type | Required |
109-
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------- |
108+
| Key | Value Information | Type | Required |
109+
| -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------- |
110110
| `folder` | The folder in your repository that you want to deploy. If your build script compiles into a directory named `build` you'd put it here. If you wish to deploy the root directory you can place a `.` here. You can also utilize absolute file paths by prepending `~` to your folder path. | `with` | **Yes** |
111111

112112
By default, the action does not need any token configuration and uses the provided repository scoped GitHub token to make the deployment. If you require more customization you can modify the deployment type using the following options.

0 commit comments

Comments
 (0)