We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5a50ce commit 6ab8f80Copy full SHA for 6ab8f80
.github/workflows/lint_pr_title.yml
@@ -87,5 +87,5 @@ jobs:
87
run: |
88
echo "Pull request titles should follow stdlib's Git commit message conventions."
89
echo "Linting pull request title..."
90
- make lint-commit-message GIT_COMMIT_MESSAGE="'${{ github.event.pull_request.title }}'"
+ make lint-commit-message GIT_COMMIT_MESSAGE='${{ github.event.pull_request.title }}'
91
timeout-minutes: 5
0 commit comments