From ae278d11177625e30ec54f7e11d077f8375962a4 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 12 Sep 2023 14:18:56 -0400 Subject: [PATCH] Update bitbucket/4-dry-run.md Co-authored-by: Ethan Dennis --- bitbucket/4-dry-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket/4-dry-run.md b/bitbucket/4-dry-run.md index a46a491..97ba15f 100644 --- a/bitbucket/4-dry-run.md +++ b/bitbucket/4-dry-run.md @@ -29,7 +29,7 @@ Before executing the dry-run command we will need to answer the following questi ```bash gh actions-importer dry-run bitbucket --output-dir tmp/dry-run --workspace actions-importer --repository react-deploy --source-file-path ./bitbucket/bootstrap/source_files/react_deploy.yml ``` - >Note: For the purpose of this lab exercise, we're using the `--source-file-path` option to specify a local file as the source for the pipeline YAML, in order to simplify the process. + > Note: The `--source-file-path` option is not required and is used throughout this lab to convert a pipeline that is stored locally. This can be omitted and GitHub Actions Importer will programmatically fetch pipelines using the Bitbucket REST APIs 3. The command will list all the files written to disk when the command succeeds.