You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for this action, pretty handy.
I just have a little request : I have a use case where I run a series of tasks and on every step I would like to commit the changed/new files, but I only would like to push at the very end of the process. So in my case it would make sense to have an option to skip the git push on specific tasks.
What do you think?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the issue! I've added the feature to the action: you'll now need to use the push: false option.
I'll publish this soon as a new minor version.
Hi,
thanks for this action, pretty handy.
I just have a little request : I have a use case where I run a series of tasks and on every step I would like to commit the changed/new files, but I only would like to push at the very end of the process. So in my case it would make sense to have an option to skip the
git push
on specific tasks.What do you think?
The text was updated successfully, but these errors were encountered: