Merge pull request #16524 from dkanada/api-workflows

remove nested directory for openapi workflows
This commit is contained in:
Bond-009
2026-03-31 17:49:59 +02:00
committed by GitHub
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: