sillyguodong
e917ec8470
Update documentation for 1.21 actions ( #26317 )
...
As title.
Close #26309
Related to #24724 , #24806
2023-08-04 09:06:02 +00:00
sillyguodong
0814bd916b
Introduce how to configure cache when starting a Runner with Docker ( #25077 )
...
If a user starts a runner using a Docker image without making additional
configurations, the [cache action](https://github.com/actions/cache )
will not work properly.
Therefore, add a section in the documentation that explains how to
configure the cache correctly.
2023-06-05 14:12:55 +00:00
sillyguodong
eb16a10f97
Add chinese documentations for cran package registry ( #25012 )
...
As title.
2023-05-31 14:14:31 +08:00
sillyguodong
91444ea659
Add chinese documentations for installation ( #24904 )
2023-05-25 04:32:39 +00:00
sillyguodong
e45a0181a4
Add chinese documentations for Packages ( #24914 )
2023-05-25 03:22:45 +00:00
sillyguodong
30dbdb1f8a
Parse external request id from request headers, and print it in access log ( #22906 )
...
Close : #22890 .
---
### Configure in .ini file:
```ini
[log]
REQUEST_ID_HEADERS = X-Request-ID, X-Trace-Id
```
### Params in Request Header
```
X-Trace-ID: trace-id-1q2w3e4r
```

### Log output:

2023-03-10 09:54:32 -06:00