Skip to content

Commit cf5ceaf

Browse files
author
Raunak Bhagat
committed
Update descriptions of inputs
1 parent eb63ca1 commit cf5ceaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-cluster.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
inputs:
66
daft_wheel_url:
77
type: string
8-
description: The url pointing to a daft python-wheel which to install and use
8+
description: The url pointing to a daft python-wheel for which to install and run
99
required: false
1010
daft_version:
1111
type: string
12-
description: The version of daft to install (will throw an error if both this and the `daft_wheel_url` inputs are provided)
12+
description: The version of daft to install (errors if both this and `daft_wheel_url` are provided)
1313
required: false
1414
python_version:
1515
type: string

0 commit comments

Comments
 (0)