mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 16:09:33 +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:
|
inputs:
|
||||||
ref-slice-ref:
|
ref-slice-ref:
|
||||||
description: 'Git reference (branch name, tag or commit hash) of the ref_slice test fork to checkout'
|
description: 'Git reference (branch name, tag or commit hash) of the ref_slice test fork to checkout'
|
||||||
required: false
|
required: true
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue