mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-17 18:35:07 +00:00
docs: add troubleshooting section
This commit is contained in:
committed by
GitHub
parent
498f51bdf6
commit
9225a8adaf
@@ -106,3 +106,8 @@ In an URL, use `<GITHUB_VARIABLE>_SLUG_URL` instead of **<GITHUB_VARIABLE>_SLUG*
|
||||
run: |
|
||||
./deploy-application.sh --url "https://staging.app.mycompagny.com/${{ env.<GITHUB_VARIABLE>_SLUG }}"
|
||||
```
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
When using this action on Windows or Macos, this error is display `##[error]Container action is only supported on Linux`.
|
||||
Currently, this action don't support a system other than Linux due to Github Action Limitation.
|
||||
|
||||
Reference in New Issue
Block a user