Skip to content

Commit

Permalink
update command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Aug 28, 2024
1 parent f2896d4 commit d2c5ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Coiled Run GitHub Action
cod# Coiled Run GitHub Action

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).

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

0 comments on commit d2c5ad5

Please sign in to comment.