latex-template

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

commit e6c10c8b56acaea6cc42490aafe367cb21741609
parent c919930b471e9ab0de41584afb8396fda50dfe65
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Mon, 21 Apr 2025 22:16:38 +0900

gitconfig before clone

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

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -23,11 +23,11 @@ jobs: BRANCH: ${{ github.event.pull_request.head.ref }} URL: ${{ github.event.pull_request.html_url }} run: | + git config --local user.name "github-actions" + git config --local user.email "example@example.com" git clone $GIT_URL cd $REPO_NAME git checkout $BRANCH - git config --local user.name "github-actions" - git config --local user.email "example@example.com" cp ../main.pdf ./converted/ git add . git commit -m "add pdf to PR"