Skip to content

Commit c56a617

Browse files
Revert "feat: update bump release to be triggered manually"
This reverts commit 98861cf.
1 parent 98861cf commit c56a617

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/generate-bump-pages.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
name: Release the OpenAPI spec to Bump.sh
22
on:
3-
workflow_dispatch:
4-
inputs:
5-
branch:
6-
description: 'Branch to release the OpenAPI Spec to.'
7-
type: choice
8-
options:
9-
- dev
10-
- qa
11-
- staging
12-
- prod
13-
default: 'dev'
14-
required: false
15-
atlas_admin_v1_doc_id:
16-
description: 'Bump Doc ID for the v1 spec'
17-
required: false
18-
type: string
19-
atlas_admin_v2_doc_id:
20-
description: 'Bump Doc ID for the v2 specs'
21-
required: true
22-
type: string
23-
243
workflow_call:
254
inputs:
265
atlas_admin_v1_doc_id:

0 commit comments

Comments
 (0)