latex-template

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

commit dcd4d00344f82df0bbbcff3e1d89b7379a682941
parent c1d9e4966488d53625d7d4318b95b750731e88d0
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Tue, 22 Apr 2025 10:19:50 +0900

PRbuild.yaml を更新
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 @@ -34,6 +34,6 @@ jobs: echo "No changes to commit" exit 0 fi - 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