Skip to content

Commit 512d740

Browse files
add toLower
1 parent 46ab5aa commit 512d740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
triage:
88
runs-on: ubuntu-latest
9-
if: ${{ !startsWith(github.actor, 'eightfoldbot') }}
9+
if: ${{ !startsWith(toLower(github.actor), toLower('Eightfoldbot')) }}
1010
steps:
1111
- name: Log comment info
1212
run: |

0 commit comments

Comments
 (0)