mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-12-20 05:15:46 +02:00
parent
88dc235639
commit
00a8bf2bdc
21 changed files with 231 additions and 138 deletions
13
action.yml
13
action.yml
|
|
@ -1,10 +1,13 @@
|
|||
name: 'rust-toolchain'
|
||||
description: 'Install the Rust toolchain'
|
||||
author: 'actions-rs team'
|
||||
name: "rust-toolchain"
|
||||
description: "Install the Rust toolchain"
|
||||
author: "actions-rs team"
|
||||
branding:
|
||||
icon: play-circle
|
||||
color: black
|
||||
inputs:
|
||||
working-directory:
|
||||
description: The working directory to find the rust-toolchain in.
|
||||
required: false
|
||||
toolchain:
|
||||
description: |
|
||||
Rust toolchain name.
|
||||
|
|
@ -40,5 +43,5 @@ outputs:
|
|||
description: Installed rustup version
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
using: "node12"
|
||||
main: "dist/index.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue