latex-template

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

commit f38299c597bf6aba1bb2329d5054dd3b4aa3d4a6
parent 16292abf362747fd63c44aba705cb7a046a9eb27
Author: minerva-jupitr <ryouturn@gmail.com>
Date:   Thu, 17 Apr 2025 13:21:27 +0900

-F -> --body-file

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 @@ -19,4 +19,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} URL: ${{ github.event.pull_request.html_url }} - run: gh pr comment -F ./main.pdf + run: gh pr comment --body-file ./main.pdf "${URL}"