mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-06-12 01:14:35 +00:00
docs: add reference to the v3.x branch
This commit is contained in:
committed by
GitHub
parent
6efa53ebca
commit
f527ed6e85
@@ -134,6 +134,13 @@ The master branch EOL is set on **2020-10-25** after a 6-month deprecation perio
|
|||||||
When using this action on Windows or Macos workflows, A `##[error]Container action is only supported on Linux` error can be see in your workflow logs.
|
When using this action on Windows or Macos workflows, A `##[error]Container action is only supported on Linux` error can be see in your workflow logs.
|
||||||
Currently, this action don't support a system other than Linux due to Github Action Limitation on `Container`-based action.
|
Currently, this action don't support a system other than Linux due to Github Action Limitation on `Container`-based action.
|
||||||
|
|
||||||
|
On the `v3.x` branch, this GitHub action have been rewrite to be able to run on Windows or Macos workflow.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- name: Inject slug/short variables
|
||||||
|
uses: rlespinasse/github-slug-action@v3.x
|
||||||
|
```
|
||||||
|
|
||||||
[1]: https://github.com/rlespinasse/github-slug-action/workflows/Build/badge.svg
|
[1]: https://github.com/rlespinasse/github-slug-action/workflows/Build/badge.svg
|
||||||
[2]: https://github.com/rlespinasse/github-slug-action/actions
|
[2]: https://github.com/rlespinasse/github-slug-action/actions
|
||||||
[3]: https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
|
[3]: https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
|
||||||
|
|||||||
Reference in New Issue
Block a user