update docs to reflect unsupported packages

pull/164/head
Aaron Trudeau 2022-03-25 14:33:16 -04:00
parent 7338fb9975
commit acea6b686b
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,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 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: outputs:
artifactsPath: artifactsPath:
description: 'Path where the artifacts are stored' description: 'Path where the artifacts are stored'