Skip to content

Commit 8dd6ac9

Browse files
committed
case sensitive?
1 parent dcbdac3 commit 8dd6ac9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/expression-functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: contains('Hello world', 'llo')
1313
run: echo "The string contains the substring."
1414
- name: Check if string starts with
15-
if: startsWith('Hello world', 'He')
15+
if: startsWith('Hello world', 'he')
1616
run: echo "The string starts with 'He'."
1717
- name: Check if string ends with
1818
if: endsWith('Hello world', 'ld')

0 commit comments

Comments
 (0)