Skip to content

Commit 4cf04f0

Browse files
Adjust regex patterns
1 parent 3a9daa2 commit 4cf04f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: regex
1818
uses: AsasInnab/regex-action@v1
1919
with:
20-
regex_pattern: '^(connectors|bases)/[a-zA-Z0-9-_]+$'
20+
regex_pattern: '^((connectors|bases)/)?[a-zA-Z0-9-_]+$'
2121
regex_flags: 'i' # required to be set for this plugin
2222
search_string: ${{ github.event.inputs.connector }}
2323
- name: Validate input workflow format

0 commit comments

Comments
 (0)