Skip to content

Commit a0fd00b

Browse files
committed
github actions: [LTRM] Remove trim
github actions doesn't support trim, and we don't need it anyway.
1 parent 911624f commit a0fd00b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lt-rebase-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Only run on PRs when comment starts with /lt_rebase_merge, or when manually dispatched
2020
if: |
2121
github.event_name == 'workflow_dispatch' ||
22-
(github.event.issue.pull_request && startsWith(trim(github.event.comment.body), '/lt_rebase_merge'))
22+
(github.event.issue.pull_request && startsWith(github.event.comment.body, '/lt_rebase_merge'))
2323
runs-on: ubuntu-latest
2424
container:
2525
image: rockylinux:9

0 commit comments

Comments
 (0)