From acea6b686b9e4580005a737e7d3d3093b897f777 Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <36064197+trudeaua21@users.noreply.github.com> Date: Fri, 25 Mar 2022 14:33:16 -0400 Subject: [PATCH] update docs to reflect unsupported packages --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ee4b39e..e85cff4 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,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 be compatible with apt-get.' + 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.' outputs: artifactsPath: description: 'Path where the artifacts are stored'