Add docs for the `cachekey` output to the README
It seems like it's being output, just wasn't documented: https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/action.yml#L144
This commit is contained in:
parent
317ed62323
commit
33678a48c0
11
README.md
11
README.md
|
@ -71,11 +71,12 @@ You can read more rustflags, and their load order, in the [Cargo reference].
|
|||
|
||||
## Outputs
|
||||
|
||||
| Name | Description |
|
||||
| ---------------- | ----------------------------------------- |
|
||||
| `rustc-version` | Version as reported by `rustc --version` |
|
||||
| `cargo-version` | Version as reported by `cargo --version` |
|
||||
| `rustup-version` | Version as reported by `rustup --version` |
|
||||
| Name | Description |
|
||||
| ---------------- | ------------------------------------------- |
|
||||
| `rustc-version` | Version as reported by `rustc --version` |
|
||||
| `cargo-version` | Version as reported by `cargo --version` |
|
||||
| `rustup-version` | Version as reported by `rustup --version` |
|
||||
| `cachekey` | A short hash of the installed rustc version |
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue