latex-template

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

commit 401d493aa1a7d2d5f6540f8ac5a347c8e51e22fc
parent ccc8c7988e93e5dae78dc7aeb311a1b62263cec7
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 16:11:05 +0900

comment change

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 }} -b ${{artifact_url}} + gh pr comment ${{ github.event.number }} -b "PDF artifact is ready!" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file