Skip to content

Commit 3fd7e41

Browse files
committed
Document workflow outputs in a table in readme
1 parent c758e63 commit 3fd7e41

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,25 @@ All inputs are optional.
5757
5858
<br>
5959
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+
6079
## Toolchain expressions
6180
6281
The following forms are available for projects that use a sliding window of

0 commit comments

Comments
 (0)