Skip to content

Commit 9ce7365

Browse files
committed
And fix a stupid typo
1 parent 8257ef1 commit 9ce7365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
- name: Clear body
451451
run: |
452452
gh issue view "$ISSUE" --json body | jq -r '.body' >body.txt
453-
sed -e 's/${{ env.MARKER }}/Q' body.txt >body.new.txt
453+
sed -e '/${{ env.MARKER }}/Q' body.txt >body.new.txt
454454
gh issue edit "$ISSUE" --body-file body.new.txt
455455
rm body.txt body.new.txt
456456
env:

0 commit comments

Comments
 (0)