From ed7bbc6831a8cb5e53da66995008396c8197678f Mon Sep 17 00:00:00 2001 From: Aaron Trudeau <120415438+trudeaua-vividream-software@users.noreply.github.com> Date: Sat, 10 Jun 2023 15:15:03 -0400 Subject: [PATCH] Revert "add clarification on package mode caveats" This reverts commit fb62d36ba1cfebaabfa9eced695a203c68a0662c. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eb48fa0..d0a3668 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, 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.' + 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.' chownFilesTo: required: false default: ''