Skip to content

Commit

Permalink
🔀 Merge pull request #33 from LucBerge/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Schneegans committed Nov 14, 2023
2 parents e9a478b + 51bbdc7 commit 7142847
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -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)
Expand Down Expand Up @@ -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**,
Expand Down

0 comments on commit 7142847

Please sign in to comment.