We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ce2f0 commit 9781f11Copy full SHA for 9781f11
1 file changed
.github/workflows/check_pr.yaml
@@ -50,6 +50,10 @@ jobs:
50
pr_number: ${{ steps.pr-number.outputs.pr }}
51
action: ${{ steps.pr-number.outputs.action }}
52
steps:
53
+ - uses: actions/checkout@v4
54
+ with:
55
+ persist-credentials: false
56
+
57
- name: Get issue
58
id: get-issue
59
if: ${{ github.event_name == 'issues' || github.event_name == 'issue_comment' }}
@@ -440,6 +444,9 @@ jobs:
440
444
permissions:
441
445
issues: write
442
446
447
448
449
443
450
- name: Clear body
451
run: |
452
gh issue view "$ISSUE" --json body | jq -r '.body' >body.txt
0 commit comments