latex-template

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

commit 728111af2733b832cf0db6922690d8ff9e1ca110
parent 21bace81745f1ba023d98a8a007b2bef7c5cceaf
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Tue, 22 Apr 2025 08:54:02 +0900

remote set

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

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -31,4 +31,5 @@ jobs: cp ../main.pdf ./converted/ git add . git commit -m "add pdf to PR" + git remote set-url origin https://<username>:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git push \ No newline at end of file