Skip to content

Commit 138a83e

Browse files
committed
Adjusted descriptions
1 parent 3d1e2b5 commit 138a83e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_test_push.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ on:
1515
type: string
1616
is_latest_rondb_release:
1717
required: true
18-
description: "Is latest stable RonDB release"
18+
description: "Is latest stable RonDB release; affects the image tag"
1919
type: boolean
2020
default: false
2121
skip_test:
2222
required: true
23-
description: "Don't run a docker-compose cluster with benchmarking"
23+
description: "Skip running a docker-compose cluster with benchmarking"
2424
type: boolean
2525
default: false
2626
base_download_url:
2727
type: string
2828
required: true
29-
description: "Base URL for downloading RonDB tarballs; This will afect the image name"
29+
description: "Base URL for downloading RonDB tarballs; affects the image name"
3030
default: https://repo.hops.works/master
3131

3232
# Inputs here have to be duplicated from workflow_call...
@@ -44,18 +44,18 @@ on:
4444
type: string
4545
is_latest_rondb_release:
4646
required: true
47-
description: "Is latest stable RonDB release"
47+
description: "Is latest stable RonDB release; affects the image tag"
4848
type: boolean
4949
default: false
5050
skip_test:
5151
required: true
52-
description: "Don't run a docker-compose cluster with benchmarking"
52+
description: "Skip running a docker-compose cluster with benchmarking"
5353
type: boolean
5454
default: false
5555
base_download_url:
5656
type: choice
5757
required: true
58-
description: "Base URL for downloading RonDB tarballs; This will afect the image name"
58+
description: "Base URL for downloading RonDB tarballs; affects the image name"
5959
default: https://repo.hops.works/master
6060
options:
6161
- https://repo.hops.works/master

0 commit comments

Comments
 (0)