b4n left a comment (geany/geany-plugins#1408) @giuspen Enrico actually beat me to it by 2 days, but the answer is probably https://github.com/actions/checkout/issues/135#issuecomment-613329879. Why adjusting steps didn't help (if you tried that) I don't know, but well.
Anyway, if CRLF are a real issue with autoconf & m4, we can add attributes. Would you be willing to try this instead of the find?: ```diff diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..6c90268f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.m4 -text +*.ac -text ``` -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1408#issuecomment-2978050641 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1408/[email protected]>
