You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,25 @@ All inputs are optional.
57
57
58
58
<br>
59
59
60
+
## Outputs
61
+
62
+
<table>
63
+
<tr>
64
+
<th>Name</th>
65
+
<th>Description</th>
66
+
</tr>
67
+
<tr>
68
+
<td><code>cachekey</code></td>
69
+
<td>A short hash of the installed rustc version, appropriate for use as a cache key. <code>"20220627a831"</code></td>
70
+
</tr>
71
+
<tr>
72
+
<td><code>name</code></td>
73
+
<td>Rustup's name for the selected version of the toolchain, like <code>"1.62.0"</code>. Suitable for use with <code>cargo +${{steps.toolchain.outputs.name}}</code>.</td>
74
+
</tr>
75
+
</table>
76
+
77
+
<br>
78
+
60
79
## Toolchain expressions
61
80
62
81
The following forms are available for projects that use a sliding window of
0 commit comments