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 68754ad commit 8d65f66
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 @@ -12,7 +12,7 @@ jobs:
# GITHUB_CONTEXT: ${{ toJson(github.event.pull_request.body) }}
# run:
- name: get issue number
# if: contains(toJson(github.event.pull_request.body), 'Fixes \#')
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
Expand Down

0 comments on commit 8d65f66

Please sign in to comment.