1 parent dcbdac3 commit 8dd6ac9Copy full SHA for 8dd6ac9
1 file changed
.github/workflows/expression-functions.yml
@@ -12,7 +12,7 @@ jobs:
12
if: contains('Hello world', 'llo')
13
run: echo "The string contains the substring."
14
- name: Check if string starts with
15
- if: startsWith('Hello world', 'He')
+ if: startsWith('Hello world', 'he')
16
run: echo "The string starts with 'He'."
17
- name: Check if string ends with
18
if: endsWith('Hello world', 'ld')
0 commit comments