From db8279765514ee17112be4e1dbe7253b5b40d8d2 Mon Sep 17 00:00:00 2001 From: fkoyama Date: Tue, 4 Feb 2025 10:48:46 +0900 Subject: [PATCH] =?UTF-8?q?openapi-generator=E3=83=90=E3=83=BC=E3=82=B8?= =?UTF-8?q?=E3=83=A7=E3=83=B3=E7=A2=BA=E8=AA=8D=E7=94=A8=E3=83=AF=E3=83=BC?= =?UTF-8?q?=E3=82=AF=E3=83=95=E3=83=AD=E3=83=BC=E3=82=92=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-openapi-generator-update.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-openapi-generator-update.yml b/.github/workflows/check-openapi-generator-update.yml index 658a9c964..2431bd5c9 100644 --- a/.github/workflows/check-openapi-generator-update.yml +++ b/.github/workflows/check-openapi-generator-update.yml @@ -35,6 +35,12 @@ jobs: - name: チェックアウト uses: actions/checkout@v4 + - name: Issue Template を使用するため .github リポジトリをチェックアウト + uses: actions/checkout@v4 + with: + repository: 'AlesInfiny/.github' + path: 'util' + - name: 現在のOpenAPI Generatorのバージョン取得 id: get-current-openapi-generator-version run: | @@ -82,7 +88,7 @@ jobs: with: action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0 with: | - filename: ./.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md + filename: util/.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md update_existing: true search_existing: open attempt_limit: 3 @@ -121,7 +127,7 @@ jobs: with: action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0 with: | - filename: ./.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md + filename: util/.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md update_existing: true search_existing: open attempt_limit: 3 @@ -159,7 +165,7 @@ jobs: with: action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0 with: | - filename: ./.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md + filename: util/.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md update_existing: true search_existing: open attempt_limit: 3