Federico Grandi
Federico Grandi
Yup, you can use the `pushed` output. More info about this action's outputs [here](https://github.com/EndBug/add-and-commit#outputs)
No, the outputs reflect what actually happened. To get their value I'm using simple-git's callbacks, along with some additional logic for some of them. They're not just parsed from exit...
Hi @kachkaev, thanks for writing in Would you be able to provide some logs? I'm trying to replicate this behavior since I should have some time to look into it,...
Thanks for the logs! Yeah, it's definitely the fetch that's slowing down the action: I was able to reproduce this on a fork of the repo the author was having...
Alright, I've opened a PR (#423) with a new input that would let you customize or skip the `git fetch` command. @kachkaev could you review it?
@all-contributors please add @melink14 and @kachkaev for their bug report
@all-contributors please add @kachkaev for their bug report
Alright, I've just published the feature in `v9.1.0` (also `v9` and `latest`) Thanks everyone 🎉
Hi, thanks for the report. I'm working on a rewrite so this will probably be solved by that. I hope I can finish it in the near future.
Thank you for the report, I'll look into that You shouldn't use `master` tho, it's not a stable version.