Skip to content

Commit

Permalink
Fix backtick bug in check-service-labels echo.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop authored and github-actions committed Jan 29, 2025
1 parent dd257d6 commit 4f12804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-service-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Check 'Servicing-approved' label
run: |
echo "Merging permission is enabled for servicing PRs when the `Servicing-approved` label is applied."
echo "Merging permission is enabled for servicing PRs when the 'Servicing-approved' label is applied."
if [ "${{ contains(github.event.pull_request.labels.*.name, 'Servicing-approved') }}" = "true" ]; then
exit 0
else
Expand Down

0 comments on commit 4f12804

Please sign in to comment.