You've already forked dynamic-badges-action
🔀 Merge pull request #33 from LucBerge/master
This commit is contained in:
@@ -101,7 +101,7 @@ Embed the badge with:
|
|||||||
|
|
||||||
| Parameter | Description | Supported in SVG Mode |
|
| 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. | ✅ |
|
| `forceUpdate` | Default is `false`. If set to `true`, the gist will be updated even if the content did not change. | ✅ |
|
||||||
|
|
||||||
### Shields.io Parameters (optional)
|
### Shields.io Parameters (optional)
|
||||||
@@ -175,6 +175,10 @@ For all values in between, the color will be interpolated.
|
|||||||
minColorRange: 0
|
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
|
## Contributing to Dynamic Badges Action
|
||||||
|
|
||||||
Whenever you encounter a :beetle: **bug** or have :tada: **feature request**,
|
Whenever you encounter a :beetle: **bug** or have :tada: **feature request**,
|
||||||
|
|||||||
Reference in New Issue
Block a user