latex-template

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

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

fix repo name

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 @@ -19,7 +19,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GIT_URL: ${{ github.event.pull_request.head.repo.clone_url }} - REPO_NAME: ${{ github.repository }} + REPO_NAME: ${GITHUB_REPOSITORY#${GITHUB_REPOSITORY_OWNER}/} BRANCH: ${{ github.event.pull_request.head.ref }} URL: ${{ github.event.pull_request.html_url }} run: |