From 9225a8adaf595161f0f0f63664d2caed88790072 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Fri, 17 Jul 2020 22:31:08 +0200 Subject: [PATCH] docs: add troubleshooting section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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.