google / glazier

A tool for automating the installation of the Microsoft Windows operating system on various device platforms.
Apache License 2.0
1.22k stars 90 forks source link

Update actions.md: correct UpdateMSU options #701

Closed iamacarpet closed 8 months ago

iamacarpet commented 1 year ago

The example for UpdateMSU in the docs is misleading.

The option need to be an array of updates, each itself an array of arguments.

google-cla[bot] commented 1 year ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

TsekNet commented 8 months ago

ping @iamacarpet

iamacarpet commented 8 months ago

Sorry @TsekNet , I'll get this sorted.

iamacarpet commented 8 months ago

There we go @TsekNet ,

I hope you don't mind me also documenting the argument list, as I found myself having to dive into the code again to confirm the hash format (until I realised I could guess it from the hash length, but that isn't the point) :).