mirror of
https://github.com/extractions/setup-just
synced 2026-09-14 20:13:55 +00:00
This is 3.1.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# 🤖 `setup-just` action
|
# 🤖 `setup-just` action
|
||||||
|
|
||||||
[](https://github.com/extractions/setup-just/actions/workflows/build.yaml)
|
[](https://github.com/extractions/setup-just/actions/workflows/build.yaml)
|
||||||
|
|
||||||
This GitHub Action will install a release of the
|
This GitHub Action will install a release of the
|
||||||
[just](https://github.com/casey/just) command runner for you.
|
[just](https://github.com/casey/just) command runner for you.
|
||||||
@@ -21,10 +21,10 @@ If you want a specific version of `just` you can specify this by passing the
|
|||||||
```yaml
|
```yaml
|
||||||
- uses: extractions/setup-just@v3
|
- uses: extractions/setup-just@v3
|
||||||
with:
|
with:
|
||||||
just-version: '1.40.0'
|
just-version: '1.46.0'
|
||||||
```
|
```
|
||||||
|
|
||||||
To avoid rate-limiting, the default Github token available to all actions, is
|
To avoid rate-limiting, the default Github token (available to all actions) is
|
||||||
automatically used to authenticate calls to Github. To override it, pass the
|
automatically used to authenticate calls to Github. To override it, pass the
|
||||||
input `github-token`.
|
input `github-token`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user