Skip to content

Commit

Permalink
Update checkmate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dulong41 authored Dec 8, 2022
1 parent a0a6ca5 commit c75583b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
if: contains(toJson(github.event.pull_request.body), 'Fixes ')
id: issue
run: |
echo ${{ toJson(github.event.pull_request.body) }} | grep 'Fixes \#' | cut -d ' ' -f 2
echo -e ${{ toJson(github.event.pull_request.body) }} | grep 'Fixes #11' | cut -d ' ' -f 2
# - name: echo result
# if: steps.issue.outputs.result != ''
Expand Down

0 comments on commit c75583b

Please sign in to comment.