Hi, and thanks for this action (and standard)! 👋
Because of how actions/checkout@v4 interacts with pull requests (it results in a git checkout in a "detached head" state) when the action runs it's not able to auto-commit the actions. For now we're using it without the autofix, but it would be nice to be able to - especially in PRs.
I haven't tested this yet, but I believe the simplest way to work around with would be by allowing users to handle the checkout themselves and indicating that the standard action doesn't need to run that. I'm happy to submit a PR for this, as well :)
Hi, and thanks for this action (and standard)! 👋
Because of how
actions/checkout@v4interacts with pull requests (it results in a git checkout in a "detached head" state) when the action runs it's not able to auto-commit the actions. For now we're using it without the autofix, but it would be nice to be able to - especially in PRs.I haven't tested this yet, but I believe the simplest way to work around with would be by allowing users to handle the checkout themselves and indicating that the standard action doesn't need to run that. I'm happy to submit a PR for this, as well :)