Skip to content

Commit

Permalink
Fix warning for unknown input in minimal versions action
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Nov 1, 2022
1 parent 4307abf commit c6ba54e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions check-minimal-versions/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name: "Minimal Versions Toolchain"
description: "Setup stable and nightly Rust toolchains for running cargo check with -Zminimal-versions"

inputs:
toolchain:
description: "Rustup toolchain"
required: true
default: "stable"

runs:
using: "composite"
steps:
Expand Down

0 comments on commit c6ba54e

Please sign in to comment.