latex-template

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

commit a29491fc8c13b8aa66b72e43e4775b70d9387c21
parent d0b02a7dbb5206260e57b99b3e67f2d9e4540d9f
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Thu, 17 Apr 2025 20:04:31 +0900

update pr

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 @@ -24,5 +24,5 @@ jobs: git config user.email "<>" git add main.pdf git commit -m "Add PDF to PR" - git push origin HEAD:refs/pull/${{ github.event.pull_request.number }}/merge + git push origin HEAD:dev