Skip to content

Commit 7835e8b

Browse files
committed
Automated environment variables documentation generation (CI)
1 parent ea1677c commit 7835e8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/ENVIRONMENT_VARIABLES.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ REPORT_COMPILATIONS_SCRIPTS_DIRECTORY | compilations | Re
1313
SETTINGS_PROFILE_SCRIPTS_DIRECTORY | profiles | Repository directory that contains scripts containing settings |
1414
ARTIFACTS_DIRECTORY | artifacts | Working directory containing the artifacts to be analyzed |
1515
SOURCE_DIRECTORY | source | |
16+
LOG_GROUP_START | ::group:: | Prefix to start a log group. Defaults to GitHub Actions log group start command. |
17+
LOG_GROUP_END | ::endgroup:: | Prefix to end a log group. Defaults to GitHub Actions log group end command. |
1618
NPM_PACKAGE_JSON_ARTIFACTS_DIRECTORY | npm-package-json | Subdirectory of "artifacts" containing the npm package.json files to scan |
17-
RESULTS_DIRECTORY | results | Repository directory containing the final analysis report results |
18-
REPORTS_DIRECTORY | reports | Working directory where the analysis reports are written to |
1919
ARTIFACTS_CHANGE_DETECTION_HASH_FILE | artifactsChangeDetectionHash.txt | !DEPRECATED! Use CHANGE_DETECTION_HASH_FILE. |
2020
CHANGE_DETECTION_HASH_FILE_PATH | ./${ARTIFACTS_DIRECTORY}/${CHANGE_DETECTION_HASH_FILE} | Default path of the file that contains the hash code of the file list for change detection. Can be overridden by a command line option. |
2121
ENABLE_JUPYTER_NOTEBOOK_PDF_GENERATION | | Enable PDF generation for Jupyter Notebooks if set to any non empty value e.g. "true" |
2222
JUPYTER_OUTPUT_FILE_POSTFIX | | e.g. "" (no postfix), ".nbconvert" or ".output" |
23+
REPORTS_DIRECTORY | reports | |
2324
REPORTS_SCRIPT_DIR | ${SCRIPTS_DIR}/reports | Repository directory containing the report scripts |
2425
CYPHER_DIR | ${SCRIPTS_DIR}/../cypher | |
2526
NEO4J_HTTP_PORT | 7474 | Neo4j HTTP API port for executing queries |

0 commit comments

Comments
 (0)