commit a9b15efb467bd4172b69648fbf3684da31c27257 parent 2df6b51e1c504e1f774c437c5fd5aa46ca71fb25 Author: minerva-jupitr <ryouturn@gmail.com> Date: Tue, 22 Apr 2025 16:03:28 +0900 add pr comment Diffstat:
| M | .github/workflows/PRbuild.yaml | | | 11 | +++++++++-- |
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -19,4 +19,11 @@ jobs: uses: actions/upload-artifact@v4 with: name: main - path: ./main.pdf- \ No newline at end of file + path: ./main.pdf + - name: Add comment to PR + uses: unsplash/comment-on-pr@v1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + body: | + The PDF has been generated successfully. You can download it [here](${{ artifact_url }}). + Please check the build log for any errors or warnings.+ \ No newline at end of file