diff --git a/README.md b/README.md index 4df635e..234bb70 100644 --- a/README.md +++ b/README.md @@ -106,3 +106,8 @@ In an URL, use `_SLUG_URL` instead of **_SLUG* run: | ./deploy-application.sh --url "https://staging.app.mycompagny.com/${{ env._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.