Skip to content

Commit

Permalink
Update descriptions of inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunak Bhagat committed Dec 2, 2024
1 parent eb63ca1 commit cf5ceaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
inputs:
daft_wheel_url:
type: string
description: The url pointing to a daft python-wheel which to install and use
description: The url pointing to a daft python-wheel for which to install and run
required: false
daft_version:
type: string
description: The version of daft to install (will throw an error if both this and the `daft_wheel_url` inputs are provided)
description: The version of daft to install (errors if both this and `daft_wheel_url` are provided)
required: false
python_version:
type: string
Expand Down

0 comments on commit cf5ceaf

Please sign in to comment.