Skip to content

Commit

Permalink
Changed order of headers
Browse files Browse the repository at this point in the history
  • Loading branch information
nguy8tri committed Sep 17, 2024
1 parent 104efa8 commit d678915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-artifacts-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
pull_number: prNumber,
body: `${pr.body}\n# PR Description\n\n${prBody}`,
body: `${prBody}\n# PR Description\n\n${pr.body}`,
});
console.log('PR description updated with documentation artifacts');
}

0 comments on commit d678915

Please sign in to comment.