Improve action.yml
This commit is contained in:
parent
a3cabb4dc1
commit
ebb6752c14
@ -1,4 +1,4 @@
|
|||||||
name: 'Set up Rust'
|
name: 'Set up a Rust toolchain'
|
||||||
description: 'Install a specific Rust toolchain and add it to the PATH'
|
description: 'Install a specific Rust toolchain and add it to the PATH'
|
||||||
author: 'Héctor Ramón'
|
author: 'Héctor Ramón'
|
||||||
inputs:
|
inputs:
|
||||||
@ -8,3 +8,6 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'lib/main.js'
|
main: 'lib/main.js'
|
||||||
|
branding:
|
||||||
|
icon: 'download'
|
||||||
|
color: 'blue'
|
||||||
|
Loading…
Reference in New Issue
Block a user