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
Turns out neither of these remaining issues are bugs per se; they are
both tradeoffs. Keep them here still, since the default behavior will
probably still surprise a lot of Go developers.
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,9 +169,9 @@ jobs:
169
169
170
170
* To report bugs: https://github.community/t5/GitHub-Actions/bd-p/actions
171
171
172
-
## Known bugs
172
+
## Caveats
173
173
174
-
* https://github.community/t5/GitHub-Actions/git-config-core-autocrlf-should-default-to-false/m-p/30445 and https://github.com/actions/checkout/issues/135
174
+
* https://github.com/actions/checkout/issues/135
175
175
176
176
`git config core.autocrlf`defaults to true, so be careful about CRLF endings in
177
177
your plaintext `testdata` files on Windows. To work around this, set up the
@@ -181,7 +181,7 @@ following `.gitattributes`:
181
181
* -text
182
182
```
183
183
184
-
* https://github.community/t5/GitHub-Actions/TEMP-is-broken-on-Windows/m-p/30432/thread-id/427 and https://github.com/actions/runner/issues/424
184
+
* https://github.com/actions/runner/issues/424
185
185
186
186
`os.TempDir`on Windows will contain a short name, since `%TEMP%` also contains
187
187
it. Note that case sensitivity doesn't matter, and that `os.Open` should still
0 commit comments