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
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 :)
The text was updated successfully, but these errors were encountered:
Is this change to the checkout action a security thing and done by design? If so, then I guess we have to roll our own (but I'd hate to own that going forward).
Yes, PRs welcome if tests indicate this doesn't work anymore and confirms it fixes the problem!
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 :)
The text was updated successfully, but these errors were encountered: