latex-template

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

commit 54efaf56f40362a93ee18803429a331e5aa45f03
parent 1953cb81b365b5f1b66089809bd02cda5d1f052d
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Thu, 17 Apr 2025 20:20:56 +0900

revert there some changes

Diffstat:
M.github/workflows/PRbuild.yaml | 9++-------
1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -19,10 +19,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} URL: ${{ github.event.pull_request.html_url }} - run: | - git fetch origin dev - git pull origin dev - git add ./main.pdf - git commit -m "Add PDF to PR" - git push origin HEAD:dev - + run: gh pr comment -F ./main.pdf "${URL}"+ \ No newline at end of file