David Bieber
David Bieber
Embarrassingly, the release is blocked by [my waiting on pypi account recovery](https://github.com/pypi/support/issues/7007). Once that comes through I'll publish the minor release.
The v0.7.1 release is on PyPi now. 😅 Thanks for your patience.
It looks like I could enable this by adding commands similar to https://github.com/pguyot/arm-runner-action/blob/5864a9437a962fa84b1cd4bb9197a5b81ecf4fa9/action.yml#L219 say at line 221. I could add a new input e.g. inputs.before_commands for commands to run outside...
Trying this out in https://github.com/pguyot/arm-runner-action/pull/124. Context: This is in service of https://github.com/dbieber/GoNoteGo/pull/69. --- One apparent disadvantage of the approach I've taken so far is `steps.mount_image.outputs.mount` isn't known in non_image_commands. So...