You can specify custom steps using theDocumentation Index
Fetch the complete documentation index at: https://digger-20-feat-use-analytics-domain.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
workflows section in digger.yml. Handy for integration with other CLIs like infracost.
Environment variables
Digger makes the following environment variables available to custom commands:$DEFAULT_BRANCH$DIGGER_OUT$PR_BRANCH$PROJECT_NAME
$DIGGER_OUT
If your custom command writes into a file path defined in the$DIGGER_OUT env variable, then its content will be appended to the comment as “additional output”:
The value of $DIGER_OUT defaults to $RUNNER_TEMP/digger-out.log; you can change that if needed by setting the env var explicitly.
