Tim 'mithro' Ansell
Tim 'mithro' Ansell
https://github.com/cr1901/migen_uart
https://twitter.com/cr1901/status/1360809455827492865?s=20
Maybe you could use the docker image? https://github.com/mithro/actions-includes/blob/dc06f82e8d036ef038352527908c4c39e80a32b2/Makefile#L130-L140
If you have docker installed, you should be able to do something like; `docker run -it --entrypoint="" ghcr.io/mithro/actions-includes/image:main python -m actions_includes --help` ?
@icobfred - That looks like an issue with my docker image not containing the git command....
FYI - @iacobfred, `actions_includes` uses the `git` command to figure out the top level directory.
Can you give it another go now that git should be in the docker image? `docker pull ghcr.io/mithro/actions-includes/image:sha-27715a2`
It looks like you hit part of the GitHub expression language syntax I have yet to add support for.
@iacobfred -- Hopefully https://github.com/mithro/actions-includes/commit/5089a36f9c510aaea2ca57f2c2feab477665d3b7 fixes the issue with your yaml file.
@iacobfred -- Could you send me some documentation updates to tell people how to do this?