From fb62d36ba1cfebaabfa9eced695a203c68a0662c Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <120415438+trudeaua-vividream-software@users.noreply.github.com> Date: Wed, 7 Jun 2023 01:29:32 -0400 Subject: [PATCH] add clarification on package mode caveats --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d0a3668..eb48fa0 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ inputs: packageMode: required: false default: false - description: 'Whether the tests are being run for a Unity package instead of a Unity project. If true, any custom docker image passed to this action must have `jq` installed. NOTE: packages with dependencies outside of the Unity package registry are currently not supported.' + description: 'Whether the tests are being run for a Unity package instead of a Unity project. If true, the action can only be run on Linux runners, and any custom docker image passed to this action must have `jq` installed. NOTE: packages with dependencies outside of the Unity Registry are currently not supported.' chownFilesTo: required: false default: ''