add clarification on package mode caveats

pull/164/head
Aaron Trudeau 2023-06-07 01:29:32 -04:00
parent 0df3ab6b88
commit fb62d36ba1
No known key found for this signature in database
GPG Key ID: 5EA8D416A3C71A20
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ inputs:
packageMode: packageMode:
required: false required: false
default: 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: chownFilesTo:
required: false required: false
default: '' default: ''