latex-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ccc8c7988e93e5dae78dc7aeb311a1b62263cec7
parent 635e46c5acc51308fdf340afe76d38c3dbff541e
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 16:09:33 +0900

add comment

Diffstat:
M.github/workflows/PRbuild.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -22,6 +22,6 @@ jobs: path: ./main.pdf - name: Add comment to PR run: | - gh pr comment ${{ github.event.number }} --body-file comment.md + gh pr comment ${{ github.event.number }} -b ${{artifact_url}} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file