Skip to content

Commit

Permalink
Fixed check tilted not running commands after "&" symbol (#1230)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Oct 8, 2024
1 parent 6742026 commit d8ab929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
run: bash tools/checkLogging.sh
- name: Check Pull Request Name
if: always()
run: bash tools/checkPullRequestTitle.sh ${{ github.event.pull_request.title }}
run: bash tools/checkPullRequestTitle.sh "${{ github.event.pull_request.title }}"

0 comments on commit d8ab929

Please sign in to comment.