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 6e66ccd commit c560d8cCopy full SHA for c560d8c
.github/workflows/generate-bump-pages.yml
@@ -29,6 +29,9 @@ jobs:
29
uses: actions/setup-node@v4
30
- name: Generate matrix
31
id: set-matrix
32
+ env:
33
+ ATLAS_ADMIN_V1_DOC_ID: ${{ vars.ATLAS_ADMIN_V1_DOC_ID }}
34
+ ATLAS_ADMIN_V2_DOC_ID: ${{ vars.ATLAS_ADMIN_V2_DOC_ID }}
35
run: |
36
spec_mapping=$(node .github/scripts/generateSpecMapping.js)
37
echo "matrix=$spec_mapping" >> "$GITHUB_OUTPUT"
0 commit comments