Skip to content

Commit

Permalink
openapi-generatorバージョン確認用ワークフローを修正。
Browse files Browse the repository at this point in the history
  • Loading branch information
fkoyama committed Feb 4, 2025
1 parent 0b25a4c commit db82797
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/check-openapi-generator-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit db82797

Please sign in to comment.