Skip to content

Commit 7aa6c98

Browse files
Copilotpranaygp
andcommitted
Fix indentation in create-ci-pr.js
Co-authored-by: pranaygp <1797812+pranaygp@users.noreply.github.com>
1 parent 9881a0b commit 7aa6c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/create-ci-pr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = async ({ github, context, core, exec }, prDetails) => {
2323
head: ciBranchName,
2424
base: prDetails.base_ref,
2525
body: `🤖 **Automated CI Test PR**
26-
26+
2727
This is an automated PR created to run CI tests for PR #${prDetails.number} by @${prDetails.user}.
2828
2929
**Original PR:** #${prDetails.number}

0 commit comments

Comments
 (0)