From e20a54d1da352a985c2ab5f81f5edf2a17da985b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Mon, 24 Jun 2024 15:19:27 +0200 Subject: [PATCH] docs: add bun-path & bun-download-url to outputs table --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 186ef13..9a3a00a 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,10 @@ In most cases, you shouldn't need to use the [setup-node](https://github.com/act ## Outputs -| Name | Description | Example | -| -------------- | ------------------------------------------ | ---------------- | -| `cache-hit` | If the Bun executable was read from cache. | `true` | -| `bun-version` | The output from `bun --version`. | `1.0.0` | -| `bun-revision` | The output from `bun --revision`. | `1.0.0+822a00c4` | +| Name | Description | Example | +| ------------------ | ------------------------------------------ | ------------------------------------------------------------------ | +| `bun-version` | The output from `bun --version`. | `1.0.0` | +| `bun-revision` | The output from `bun --revision`. | `1.0.0+822a00c4` | +| `bun-path` | The path to the Bun executable. | `/path/to/bun` | +| `bun-download-url` | The URL from which Bun was downloaded. | `https://bun.sh/download/latest/linux/x64?avx2=true&profile=false` | +| `cache-hit` | If the Bun executable was read from cache. | `true` | \ No newline at end of file