Skip to content

Commit b540653

Browse files
committed
chore: Version 1.3.0
1 parent 9e84918 commit b540653

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ steps:
2222
fetch-depth: 0
2323

2424
# Deploy your application
25-
- uses: 47ng/actions-clever-cloud@v1.2.0
25+
- uses: 47ng/actions-clever-cloud@v1.3.0
2626
env:
2727
CLEVER_TOKEN: ${{ secrets.CLEVER_TOKEN }}
2828
CLEVER_SECRET: ${{ secrets.CLEVER_SECRET }}
@@ -42,7 +42,7 @@ If you have committed the `.clever.json` file, you only need to specify
4242
the alias of the application to deploy:
4343

4444
```yml
45-
- uses: 47ng/actions-clever-cloud@v1.2.0
45+
- uses: 47ng/actions-clever-cloud@v1.3.0
4646
with:
4747
alias: my-app-alias
4848
env:
@@ -54,7 +54,7 @@ If you don't have this `.clever.json` file or you want to explicly
5454
deploy to another application, you can pass its ID:
5555

5656
```yml
57-
- uses: 47ng/actions-clever-cloud@v1.2.0
57+
- uses: 47ng/actions-clever-cloud@v1.3.0
5858
with:
5959
appID: app_facade42-cafe-babe-cafe-deadf00dbaad
6060
env:
@@ -96,7 +96,7 @@ You can set extra environment variables on the deployed application under the
9696
key=value).
9797

9898
```yml
99-
- uses: 47ng/actions-clever-cloud@v1.2.0
99+
- uses: 47ng/actions-clever-cloud@v1.3.0
100100
with:
101101
setEnv: | # <- note the pipe here..
102102
FOO=bar
@@ -136,7 +136,7 @@ you can specify a timeout in seconds after which the workflow will move on,
136136
regardless of the deployment status:
137137

138138
```yml
139-
- uses: 47ng/actions-clever-cloud@v1.2.0
139+
- uses: 47ng/actions-clever-cloud@v1.3.0
140140
with:
141141
timeout: 1800 # wait at maximum 30 minutes before moving on
142142
env:
@@ -151,7 +151,7 @@ regardless of the deployment status:
151151
Clever Cloud uses a Git remote to perform deploys. By default, if the commit you want to deploy is not a fast-forward from the commit currently deployed, the deploy will be rejected. You can pass `force: true` to force the deploy anyway:
152152

153153
```yml
154-
- uses: 47ng/actions-clever-cloud@v1.2.0
154+
- uses: 47ng/actions-clever-cloud@v1.3.0
155155
with:
156156
appID: app_facade42-cafe-babe-cafe-deadf00dbaad
157157
force: true
@@ -207,7 +207,7 @@ _Note: this behaviour will be disabled if the `quiet` option is used._
207207
This action follows [SemVer](https://semver.org/).
208208

209209
To specify the version of the action to use:
210-
- `uses: 47ng/actions-clever-cloud@v1.2.0`: latest stable version
210+
- `uses: 47ng/actions-clever-cloud@v1.3.0`: latest stable version
211211
- `uses: 47ng/actions-clever-cloud@3e5402496b8d6492401ebb3134acfeccc25c3fce`: pinned to a specific Git SHA-1 (check out the [releases](https://github.com/47ng/actions-clever-cloud/releases))
212212
- `uses: docker://47ng/actions-clever-cloud:latest`: latest code from master (not recommended, as it may break: hic sunt dracones.)
213213

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ inputs:
5858
to be set, see https://github.com/47ng/ations-clever-cloud#safelisting
5959
runs:
6060
using: docker
61-
image: docker://47ng/actions-clever-cloud:v1.2.0
61+
image: docker://47ng/actions-clever-cloud:v1.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@47ng/actions-clever-cloud",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"private": true,
55
"description": "GitHub Action to deploy to Clever Cloud",
66
"main": "dist/main.js",

0 commit comments

Comments
 (0)