From e7721d0a84b0196df7bfa7e71876b2d4c0facdd4 Mon Sep 17 00:00:00 2001 From: "Azzam S.A" <17734314+azzamsa@users.noreply.github.com> Date: Tue, 27 Dec 2022 02:49:36 +0700 Subject: [PATCH] Add instructions for taiki-e/install-action (#1459) --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1810aac..bbe52cd 100644 --- a/README.md +++ b/README.md @@ -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).