Skip to content

Commit fb62d36

Browse files
add clarification on package mode caveats
1 parent 0df3ab6 commit fb62d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ inputs:
5151
packageMode:
5252
required: false
5353
default: false
54-
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.'
54+
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.'
5555
chownFilesTo:
5656
required: false
5757
default: ''

0 commit comments

Comments
 (0)