remove nested directory for openapi workflows

This commit is contained in:
dkanada
2026-03-31 01:41:47 +09:00
parent a536ef88c4
commit c5ee639016
4 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ permissions: {}
jobs:
publish-openapi:
name: OpenAPI - Publish Artifact
uses: ./.github/workflows/openapi/__generate.yml
uses: ./.github/workflows/openapi-generate.yml
with:
ref: ${{ github.sha }}
repository: ${{ github.repository }}

View File

@@ -29,7 +29,7 @@ jobs:
head:
name: Head Artifact
uses: ./.github/workflows/openapi/__generate.yml
uses: ./.github/workflows/openapi-generate.yml
with:
ref: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -37,7 +37,7 @@ jobs:
base:
name: Base Artifact
uses: ./.github/workflows/openapi/__generate.yml
uses: ./.github/workflows/openapi-generate.yml
needs:
- ancestor
with: