mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Make ref-slice-ref required
This commit is contained in:
parent
1fb47cb228
commit
5fbde10d11
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Setup test workspace
|
|||
inputs:
|
||||
ref-slice-ref:
|
||||
description: 'Git reference (branch name, tag or commit hash) of the ref_slice test fork to checkout'
|
||||
required: false
|
||||
required: true
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue