aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2026-04-04 18:37:58 +0200
committerGitHub <noreply@github.com>2026-04-04 18:37:58 +0200
commit894768c4f96b96a4a359b14ec18d88a39dd25523 (patch)
tree6588347def2d2a464cd250269ddc9296427adf6f /.github/workflows
parent134fe92f42d348654bd6f895eb1016e104915a68 (diff)
parent5d2a529fb3f74429f69959363960e99b14427334 (diff)
Merge pull request #16561 from dkanada/workflow-spec
fix invalid workflow on openapi report job
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/openapi-pull-request.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/openapi-pull-request.yml b/.github/workflows/openapi-pull-request.yml
index dc8ba3ab3e..c7ecb7ecfb 100644
--- a/.github/workflows/openapi-pull-request.yml
+++ b/.github/workflows/openapi-pull-request.yml
@@ -63,11 +63,7 @@ jobs:
name: openapi-base
path: openapi-base
- name: Detect Changes
- runs-on: ubuntu-latest
id: openapi-diff
- with:
- old-spec: openapi-base/openapi.json
- new-spec: openapi-head/openapi.json
run: |
sed 's:allOf:oneOf:g' openapi-head/openapi.json
sed 's:allOf:oneOf:g' openapi-base/openapi.json