fix missing description
Github documentation states that it is a required field and my linter complained https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax#description
This commit is contained in:
3
.github/actions/setup-rust/action.yml
vendored
3
.github/actions/setup-rust/action.yml
vendored
@@ -1,4 +1,7 @@
|
|||||||
name: 'Setup Rust'
|
name: 'Setup Rust'
|
||||||
|
description: |
|
||||||
|
Setup the rust toolchain and environment for the selected toolchain
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
rust-version:
|
rust-version:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user