Skip to content

Commit 7f38b4d

Browse files
authored
Fix GitHub Action (#1234)
1 parent c35e610 commit 7f38b4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/get-cloud-api-spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
- name: Run the script and save the output
5252
working-directory: redpanda-docs
5353
run: |
54-
npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.controlplane.prod.yaml -d modules/ROOT/attachments cloud-controlplane-api.yaml
55-
npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.dataplane.prod.yaml -d modules/ROOT/attachments cloud-dataplane-api.yaml
54+
npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.controlplane.prod.yaml -d modules/ROOT/attachments -f cloud-controlplane-api.yaml
55+
npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.dataplane.prod.yaml -d modules/ROOT/attachments -f cloud-dataplane-api.yaml
5656
env:
5757
VBOT_GITHUB_API_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }}
5858
- name: Create pull request

0 commit comments

Comments
 (0)