From 51bbdc7e8ae4ebe7fffd9257076a9af4707df17d Mon Sep 17 00:00:00 2001 From: LucBerge Date: Tue, 14 Nov 2023 12:13:23 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eef103..04b46a4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ Embed the badge with: | Parameter | Description | Supported in SVG Mode | | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | -| `host` | Default is `https://api.github.com/gists/`. You can change this if you're using GitHub enterprise. The URL will be something like `github-enterprise-hostname/api/v3/gists`. | ✅ | +| `host` | Default is `https://api.github.com/gists/`. You can change this if you're using GitHub enterprise. The URL will be something like `https://github-enterprise-hostname/api/v3/gists/`. | ✅ | | `forceUpdate` | Default is `false`. If set to `true`, the gist will be updated even if the content did not change. | ✅ | ### Shields.io Parameters (optional) @@ -175,6 +175,10 @@ For all values in between, the color will be interpolated. minColorRange: 0 ``` +### Self-hosted runner compatibility + +The current action is compatible with `node20` only. In order to use it with a self-hosted runner, you must use runner with `node20` installed. Your runner version must be equal or higher than [v2.308.0](https://github.com/actions/runner/releases/tag/v2.308.0). + ## Contributing to Dynamic Badges Action Whenever you encounter a :beetle: **bug** or have :tada: **feature request**,