Skip to content

Commit

Permalink
build: prevent interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Jul 31, 2024
1 parent b5de107 commit 4bae570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_pr_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
run: |
echo "Pull request titles should follow stdlib's Git commit message conventions."
echo "Linting pull request title..."
make lint-commit-message GIT_COMMIT_MESSAGE="${{ github.event.pull_request.title }}"
make lint-commit-message GIT_COMMIT_MESSAGE='${{ github.event.pull_request.title }}'
timeout-minutes: 5

0 comments on commit 4bae570

Please sign in to comment.