We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8257ef1 commit 9ce7365Copy full SHA for 9ce7365
1 file changed
.github/workflows/check_pr.yaml
@@ -450,7 +450,7 @@ jobs:
450
- name: Clear body
451
run: |
452
gh issue view "$ISSUE" --json body | jq -r '.body' >body.txt
453
- sed -e 's/${{ env.MARKER }}/Q' body.txt >body.new.txt
+ sed -e '/${{ env.MARKER }}/Q' body.txt >body.new.txt
454
gh issue edit "$ISSUE" --body-file body.new.txt
455
rm body.txt body.new.txt
456
env:
0 commit comments