Skip to content

Commit

Permalink
contains issueg
Browse files Browse the repository at this point in the history
Signed-off-by: YanxuanLiu <[email protected]>
  • Loading branch information
YanxuanLiu committed Nov 21, 2024
1 parent 5203ddf commit 3aaf553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-header-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
jobs:
license-header-check:
runs-on: ubuntu-latest
if: "!contains(${{ github.event.pull_request.title }}, '[bot]')"
if: "!contains(github.event.pull_request.title, '[bot]')"
steps:
- name: Get checkout depth
run: |
Expand Down

0 comments on commit 3aaf553

Please sign in to comment.