Open tofi86 opened 4 years ago
+1 to this; using this in worflows where ubuntu-latest
is not supported but MacOS works, so would be very handy to be able to use this action on MacOS environemt too
For what it's worth, the project I would need this for is the real-time analysis of COVID-19 data pipelines for the London School of Hygiene and Tropical Medicine - modelling group.
What version of action are you using? Could you try ad-m/github-push-action@master
? I believe we not longer use container-based action, so issue is no longer valid, but I don't have any experience with GitHub Actions on macOS.
@ad-m If this is fixed, can you make a new release tag? It feels fragile to depend on an action subject to breaking changes in the master
branch.
Could you confirm it is fixed?
@ad-m Works fine on MacOS: https://github.com/mzabaluev/test-github-push/runs/680534681?check_suite_focus=true
Feel free to crib from the workflow in my test repository for testing the action in all environments :grin:
Sorry about the late reply. The current @master
works fine. Thanks! :)
I'm running a build on Mac OS and try to push changes back with the following config:
However, this results in an error:
Why is it not supported on Mac OS? Does anyone have a workaround for that?
Thanks for your help and all the best, Tobias