commit c919930b471e9ab0de41584afb8396fda50dfe65 parent 0f3095f5003c2f9be5419ea380e6643163a8913f Author: minerva-jupiter <ryouturn@gmail.com> Date: Mon, 21 Apr 2025 22:12:12 +0900 add reponame... Diffstat:
| M | .github/workflows/PRbuild.yaml | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/PRbuild.yaml b/.github/workflows/PRbuild.yaml @@ -18,6 +18,9 @@ jobs: - name: comment pdf to PR env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GIT_URL: ${{ github.event.pull_request.head.repo.clone_url }} + REPO_NAME: ${{ github.repository.name }} + BRANCH: ${{ github.event.pull_request.head.ref }} URL: ${{ github.event.pull_request.html_url }} run: | git clone $GIT_URL