Skip to content

Commit

Permalink
Document workflow outputs in a table in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 1, 2023
1 parent c758e63 commit 3fd7e41
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,25 @@ All inputs are optional.
<br>
## Outputs
<table>
<tr>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td><code>cachekey</code></td>
<td>A short hash of the installed rustc version, appropriate for use as a cache key. <code>"20220627a831"</code></td>
</tr>
<tr>
<td><code>name</code></td>
<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>
</tr>
</table>
<br>
## Toolchain expressions
The following forms are available for projects that use a sliding window of
Expand Down

0 comments on commit 3fd7e41

Please sign in to comment.