creyD/prettier_action

[FEATURE] modify files without pushing

Opened this issue · 7 comments

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.

creyD commented

Sounds like a good idea!

creyD commented

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.

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

creyD commented

@chicco785 Do you think a custom commit_options with exclusion of everything would do the trick?