Skip to content

Commit fefd6ea

Browse files
docs: update readme
1 parent b06e506 commit fefd6ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
| `projectId` | `string` | Yes | The ID of the project the deployment lives under |
1010
| `apiKey` | `string` | No | Your [Paperspace API key](https://console.paperspace.com/settings/apikeys). This may also be set using the `PAPERSPACE_API_KEY` environment variable. |
1111
| `configPath` | `string` | No | The relative file path of the configuration file. |
12-
| `image` | `string` | No | Container image to be used in the configuration |
12+
| `image` | `string` | No | Container image to be used in the configuration |
1313

1414
## Usage
1515

1616
```yaml
17-
uses: paperspace/deploy-action@v1.0
17+
uses: paperspace/deploy-action@v1.2
1818
env:
1919
PAPERSPACE_API_KEY: ${{ secrets.PAPERSPACE_API_KEY }}
2020
with:
@@ -24,7 +24,7 @@ with:
2424
You can also pass the api key as an input.
2525
2626
```yaml
27-
uses: paperspace/deploy-action@v1.0
27+
uses: paperspace/deploy-action@v1.2
2828
with:
2929
apiKey: ${{ secrets.PAPERSPACE_API_KEY }}
3030
projectId: p28rlnvnw51
@@ -46,7 +46,7 @@ resources:
4646

4747

4848
```yaml
49-
uses: paperspace/deploy-action@v1.0
49+
uses: paperspace/deploy-action@v1.2
5050
env:
5151
PAPERSPACE_API_KEY: ${{ secrets.PAPERSPACE_API_KEY }}
5252
with:
@@ -70,7 +70,7 @@ jobs:
7070
steps:
7171
- uses: actions/checkout@v3
7272
73-
- uses: paperspace/deploy-action@v1.0
73+
- uses: paperspace/deploy-action@v1.2
7474
name: Deploy Staging
7575
id: deploy
7676
env:
@@ -119,7 +119,7 @@ jobs:
119119
tags: |
120120
paperspace/deployment-fixture:${{ steps.docker-tag-name.outputs.DOCKER_TAG_NAME }}
121121
122-
- uses: paperspace/deploy-action@v1.0
122+
- uses: paperspace/deploy-action@v1.2
123123
name: Deploy to Paperspace
124124
id: deploy
125125
env:
@@ -135,7 +135,7 @@ jobs:
135135
You may supply an optional relative path to a Paperspace config as follows:
136136

137137
```yaml
138-
- uses: paperspace/deploy-action@v1.0
138+
- uses: paperspace/deploy-action@v1.2
139139
name: Deploy action
140140
id: deploy
141141
env:

0 commit comments

Comments
 (0)