We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76cdba8 commit 98861cfCopy full SHA for 98861cf
.github/workflows/generate-bump-pages.yml
@@ -1,5 +1,26 @@
1
name: Release the OpenAPI spec to Bump.sh
2
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
18
+ type: string
19
+ atlas_admin_v2_doc_id:
20
+ description: 'Bump Doc ID for the v2 specs'
21
+ required: true
22
23
+
24
workflow_call:
25
inputs:
26
atlas_admin_v1_doc_id:
0 commit comments