Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Lobanov committed May 1, 2020
1 parent 5092bff commit 92339d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
This action is intended to configure Pagefile size and location for Windows images in GitHub Actions.

# Available parameters
| Argument | Description | Default value |
|-------------------------|--------------------------|--------------------|
| `minimum-size` | Set minimum size of Pagefile (GB) | `8` |
| `maximum-size` | Set maximum size of Pagefile (GB) | `minimum-size` |
| `disk-root` | Set disk root where Pagefile will be located | `C:`, `D:` |
| Argument | Description | Format | Default value |
|----------|-------------|--------|---------------|
| `minimum-size` | Set minimum size of Pagefile | `2048MB`, `4GB`, `8GB` and etc | `8GB` |
| `maximum-size` | Set maximum size of Pagefile | The same like `minimum-size` | `minimum-size` |
| `disk-root` | Set disk root where Pagefile will be located | `C:` or `D:` | `D:` |

# Usage
```
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ author: 'Aleksandr Chebotov & Maxim Lobanov'
description: 'Configure Pagefile on Windows agents in GitHub Actions'
inputs:
minimum-size:
description: 'Set minimum size of Pagefile (GB)'
description: 'Set minimum size of Pagefile'
required: false
default: 8GB
maximum-size:
description: 'Set maximum size of Pagefile (GB)'
description: 'Set maximum size of Pagefile'
required: false
disk-root:
description: 'Set disk root where pagefile.sys will be located'
Expand Down

0 comments on commit 92339d2

Please sign in to comment.