Add IP to debug logs

This commit is contained in:
Sascha Mann
2020-08-18 23:00:08 +02:00
parent fc275221aa
commit b4e544c83e
5 changed files with 46 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ This action sets up a Julia environment for use in actions by downloading a spec
- [Julia Versions](#julia-versions)
- [Matrix Testing](#matrix-testing)
- [Versioning](#versioning)
- [Privacy Info](#privacy-info)
- [Debug logs](#debug-logs)
- [Third party information](#third-party-information)
## Usage
@@ -150,6 +150,11 @@ steps:
- uses: julia-actions/setup-julia@v0.1.0 # specific version tag
```
## Debug logs
You can enable [Step Debug Logs](https://github.com/actions/toolkit/blob/main/docs/action-debugging.md#step-debug-logs) for more detailed logs.
Note that when debug logs are enabled, a request will be sent to `https://httpbin.julialang.org/ip` and the runner's IP will be printed to the debug logs.
## Third party information
Parts of this software have been derived from other open source software.
See [THIRD_PARTY_NOTICE.md](THIRD_PARTY_NOTICE.md) for details.