From 59458685b5d0d8592380d5de9a923d83bd787cf0 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 12 Sep 2023 14:18:36 -0400 Subject: [PATCH] Update bitbucket/3-forecast.md Co-authored-by: Ethan Dennis --- bitbucket/3-forecast.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket/3-forecast.md b/bitbucket/3-forecast.md index 06b6427..733d0fe 100644 --- a/bitbucket/3-forecast.md +++ b/bitbucket/3-forecast.md @@ -26,7 +26,7 @@ Answer the following questions before running the `forecast` command: ```bash gh actions-importer forecast bitbucket --workspace actions-importer --start-date 2023-08-03 --output-dir tmp/forecast --source-file-path bitbucket/**/source_files/*.json ``` - > Note: The --source-file-path flag is used in this command to indicate the location of the usage data source. In regular usage, this flag may not be necessary. For more information on this option, please refer to a later section. + > Note: The `--source-file-path` option is not required and is used throughout this lab to convert files that are stored locally. This can be omitted and GitHub Actions Importer will programmatically fetch historical pipeline runs using the Bitbucket REST APIs. 3. The command will list all the files written to disk when the command succeeds. ```console