File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4848 BASE_URL : ${{ inputs.atlas_prod_base_url }}
4949 working-directory : ./tools/postman
5050 run : |
51- make transform_collection
52- make transform_collection_test
51+ make transform_collection_js
5352
5453 - name : Upload Collection to Postman
5554 env :
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ const OPENAPI_FOLDER = process.env.OPENAPI_FOLDER || './openapi';
2424const TMP_FOLDER = process . env . TMP_FOLDER || './tmp' ;
2525const VERSION_FILE_NAME = process . env . VERSION_FILE_NAME || 'version.txt' ;
2626const DESCRIPTION_FILE = process . env . DESCRIPTION_FILE || './collection-description.md' ;
27- const TOGGLE_INCLUDE_BODY = process . env . TOGGLE_INCLUDE_BODY !== ' false' ;
28- const TOGGLE_ADD_DOCS_LINKS = process . env . TOGGLE_ADD_DOCS_LINKS === 'true' ;
27+ const TOGGLE_INCLUDE_BODY = false ;
28+ const TOGGLE_ADD_DOCS_LINKS = false ;
2929const TOKEN_URL_ENV = process . env . TOKEN_URL_ENV || '' ;
3030const BASE_URL = process . env . BASE_URL || '' ;
3131
You can’t perform that action at this time.
0 commit comments