-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Can't use custom config #60
Comments
@creyD you said in #41 that it works for you but it keeps on erroring out for me no idea why... The file is there though |
Could you try with .github/workflows/.prettier.json? |
It worked tysm but now it errors because it cant push to the protected branch is there a way to be able to push to it? |
My main branch is protected due having any changes on sub branches first |
No. When you want to use the action to push to a branch it can't be protected. You could use the dry run feature for this, but then it doesn't apply the changes. |
What exactly happened?
Steps to reproduce the behavior:
prettier_options: --config ./.prettier.json --write **/*.js
What should've happened?
It should have used the file that's there but instead I got
The text was updated successfully, but these errors were encountered: