latex-template

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

commit e11cb2f965fe3e8fa4e46f31ba69217d51107aa4
parent 7b5cff4e4676309cdcdd275ac3ccf82fadaa3a30
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Mon, 21 Apr 2025 22:24:41 +0900

git repo name fixed_

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

diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -19,14 +19,13 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_URL: ${{ github.event.pull_request.head.repo.clone_url }} - REPO_NAME: ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/} 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" gh repo clone $GIT_URL - cd $REPO_NAME + cd ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/} git checkout $BRANCH cp ../main.pdf ./converted/ git add .