Skip to content

Commit a98aeb2

Browse files
committed
update the status of known bugs
The first has a fix in beta, and the other two have github threads now.
1 parent bc1ccd9 commit a98aeb2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,10 @@ all platforms:
187187
shell: bash
188188
```
189189

190-
* https://github.community/t5/GitHub-Actions/git-config-core-autocrlf-should-default-to-false/m-p/30445
190+
Note that the upcoming `actions/setup-go@v2` fixes this issue, but is still in
191+
beta as of April 2020.
192+
193+
* 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
191194

192195
`git config core.autocrlf` defaults to true, so be careful about CRLF endings in
193196
your plaintext `testdata` files on Windows. To work around this, set up the
@@ -197,7 +200,7 @@ following `.gitattributes`:
197200
* -text
198201
```
199202

200-
* https://github.community/t5/GitHub-Actions/TEMP-is-broken-on-Windows/m-p/30432/thread-id/427
203+
* 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
201204

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

0 commit comments

Comments
 (0)