Skip to content

Commit 6ab8f80

Browse files
committed
build: fix quoting
1 parent f5a50ce commit 6ab8f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_pr_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
run: |
8888
echo "Pull request titles should follow stdlib's Git commit message conventions."
8989
echo "Linting pull request title..."
90-
make lint-commit-message GIT_COMMIT_MESSAGE="'${{ github.event.pull_request.title }}'"
90+
make lint-commit-message GIT_COMMIT_MESSAGE='${{ github.event.pull_request.title }}'
9191
timeout-minutes: 5

0 commit comments

Comments
 (0)