Skip to content

Commit 4ebdbda

Browse files
committed
build: update validator
1 parent 4e16e0a commit 4ebdbda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/validator.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
name: Validate PR title
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Validate PR title
13-
uses: actions/github-script@v7
12+
- uses: actions/github-script@v7
1413
with:
1514
script: |
1615
const title = context.payload.pull_request.title;

0 commit comments

Comments
 (0)