Add instructions for taiki-e/install-action (#1459)

This commit is contained in:
Azzam S.A 2022-12-27 02:49:36 +07:00 committed by GitHub
parent 9887582497
commit e7721d0a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -276,9 +276,7 @@ just --help
### GitHub Actions
[extractions/setup-just](https://github.com/extractions/setup-just) can be used to install `just` in a GitHub Actions workflow.
Example usage:
With [extractions/setup-just](https://github.com/extractions/setup-just):
```yaml
- uses: extractions/setup-just@v1
@ -286,6 +284,12 @@ Example usage:
just-version: 0.8 # optional semver specification, otherwise latest
```
With [taiki-e/install-action](https://github.com/taiki-e/install-action):
```yaml
- uses: taiki-e/install-action@just
```
### Release RSS Feed
An [RSS feed](https://en.wikipedia.org/wiki/RSS) of `just` releases is available [here](https://github.com/casey/just/releases.atom).