Skip to content

Commit e8788b8

Browse files
committed
rename "known bugs" to "caveats"
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.
1 parent 32c4634 commit e8788b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ jobs:
169169

170170
* To report bugs: https://github.community/t5/GitHub-Actions/bd-p/actions
171171

172-
## Known bugs
172+
## Caveats
173173

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
175175

176176
`git config core.autocrlf` defaults to true, so be careful about CRLF endings in
177177
your plaintext `testdata` files on Windows. To work around this, set up the
@@ -181,7 +181,7 @@ following `.gitattributes`:
181181
* -text
182182
```
183183

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
185185

186186
`os.TempDir` on Windows will contain a short name, since `%TEMP%` also contains
187187
it. Note that case sensitivity doesn't matter, and that `os.Open` should still

0 commit comments

Comments
 (0)