From 1208b846ae4e1f3aa7f6c36ea256a601056ff036 Mon Sep 17 00:00:00 2001 From: KevinR Date: Tue, 4 Jan 2022 11:42:20 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1ae5b45..8e6cc7c 100644 --- a/README.md +++ b/README.md @@ -171,3 +171,6 @@ The action supports the following inputs: | `published_at` | Shows the published date of the release | | `assets_array_json` | The `assets_array_json` output from release. It's a multiline output, which is packed in a JSON object.
The output can be used with the `fromJSON` function `(steps..outputs.assets_array_json)`. | | `author_json` | The `author_json` output from release. It's a multiline output, which is packed in a JSON object.
The output can be used with the `fromJSON` function `(steps..outputs.assets_array_json)`. | + +## Support +This action only supports Linux runners. If you encounter Error: action is only supported on Linux then you are using non-linux runner.