Skip to content

Commit 27f6d08

Browse files
set role-path to be optional
1 parent 716e019 commit 27f6d08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
role-path:
3333
description: "Relative path to the role to be linted"
3434
type: string
35-
required: true
35+
required: false
3636
default: extensions
3737

3838
jobs:

0 commit comments

Comments
 (0)