From fcdb140ee1e74e85d7cb2de54d2012c0bee60db9 Mon Sep 17 00:00:00 2001 From: j-dunham Date: Tue, 12 Sep 2023 14:19:34 -0400 Subject: [PATCH] Update bitbucket/6-migrate.md Co-authored-by: Ethan Dennis --- bitbucket/6-migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket/6-migrate.md b/bitbucket/6-migrate.md index 506a040..e265aee 100644 --- a/bitbucket/6-migrate.md +++ b/bitbucket/6-migrate.md @@ -28,7 +28,7 @@ Answer the following questions before running a `migrate` command: ```bash gh actions-importer migrate bitbucket --target-url https://github.com/:owner/:repo --output-dir tmp/migrate --workspace actions-importer --repository basic-pipeline --source-file-path ./bitbucket/bootstrap/source_files/basic_pipeline.yml ``` - > Note: We are utilizing `--source-file-path` specifically for this lab, and it may not be necessary for regular use. + 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 pipeline definitions using the Bitbucket REST APIs. 2. The command will write the URL to the pull request that was created when the command succeeds. ```console