Skip to content

Commit

Permalink
Update to latest version hash in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Jul 8, 2024
1 parent 98f840b commit 3c0b182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ workflow with this job:
```
start_action_runners:
name: Start
uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@c89b62aa89f7886318edb166bc0500cfc658f24f # v1.3.0
uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@98f840ba341f72bf412100f2180d38c06e792b84 # v1.3.0
secrets: inherit
```

Optionally request only a certain number of runners:
```
start_action_runners:
name: Start
uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@c89b62aa89f7886318edb166bc0500cfc658f24f # v1.3.0
uses: glotzerlab/jetstream2-admin/.github/workflows/start.yaml@98f840ba341f72bf412100f2180d38c06e792b84 # v1.3.0
secrets: inherit
with:
number: 1
Expand Down Expand Up @@ -68,4 +68,4 @@ Use `pre-commit` to check for code style and formatting.

## License

Tihe jetstream2 administration scripts are available under the [3-clause BSD license](LICENSE).
The jetstream2 administration scripts are available under the [3-clause BSD license](LICENSE).

0 comments on commit 3c0b182

Please sign in to comment.