-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[FEATURE] modify files without pushing #80
[FEATURE] modify files without pushing #80
Comments
Sounds like a good idea! |
The dry parameter could be used for this behavior, right? |
With regard to dry mode, the documentation says "Runs the action in dry mode. Files wont get changed", which I took to mean that the files would not get modified. |
Same here. If dry mode works for this I think documentation could be reworded. |
Dry run terminates the github action, just tested that. |
dry mode does not work because it detect not committed changes and fails |
@chicco785 Do you think a custom commit_options with exclusion of everything would do the trick? |
What would you like to change about the program?
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I would like to be able to modify files without pushing
Why do you think this is a cool idea?
A clear and concise description of why your feature would improve the program.
for people who already have a commit and push process as part of their action, it is unnecessary to have to push twice.
The text was updated successfully, but these errors were encountered: