File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -402,20 +402,20 @@ jobs:
402
402
BODY_FILE="$GITHUB_WORKSPACE/lint_issue_body.md"
403
403
404
404
cat << EOF > "$BODY_FILE"
405
- ## C Linting Failures
405
+ ## C Linting Failures
406
406
407
- Linting failures were detected in the automated lint workflow run.
407
+ Linting failures were detected in the automated lint workflow run.
408
408
409
- ### Workflow Details
410
- - Run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
411
- - Type: C Linting
412
- - Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
409
+ ### Workflow Details
410
+ - Run: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
411
+ - Type: C Linting
412
+ - Date: $(date -u +"%Y-%m-%d %H:%M:%S UTC")
413
413
414
- ### Error Details
415
- \`\`\`
416
- $(grep -B 1 -A 2 "style:\|warning:\|error:" <<< "${{ steps.lint-c.outputs.stderr }}")
417
- \`\`\`
418
- EOF
414
+ ### Error Details
415
+ \`\`\`
416
+ $(grep -B 1 -A 2 "style:\|warning:\|error:" <<< "${{ steps.lint-c.outputs.stderr }}")
417
+ \`\`\`
418
+ EOF
419
419
420
420
. "$GITHUB_WORKSPACE/.github/workflows/scripts/create_sub_issue" \
421
421
'Fix C lint errors' \
You can’t perform that action at this time.
0 commit comments