Skip to content

Commit d2c5ad5

Browse files
committed
update command in README
1 parent f2896d4 commit d2c5ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Coiled Run GitHub Action
1+
cod# Coiled Run GitHub Action
22

33
This GitHub Action runs a command on a [Coiled](https://coiled.io) cluster by adding the following steps to your workflow. For more details see our [CLI job docs](https://docs.coiled.io/user_guide/cli-jobs.html).
44

@@ -10,5 +10,5 @@ This GitHub Action runs a command on a [Coiled](https://coiled.io) cluster by ad
1010
- name: Coiled Run
1111
uses: coiled/run-action@v1
1212
with:
13-
command: "dask-scheduler"
13+
command: "echo 'Hello, Coiled!'"
1414
```

0 commit comments

Comments
 (0)