From 597c53896cfd893acf2d2aa18f345d9ee4c41851 Mon Sep 17 00:00:00 2001 From: Bree Dodd <40243716+breeldo@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:43:33 -0600 Subject: [PATCH] Remove export from 4-migrate.md --- bamboo/4-migrate.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bamboo/4-migrate.md b/bamboo/4-migrate.md index cb2dc73..dd721f0 100644 --- a/bamboo/4-migrate.md +++ b/bamboo/4-migrate.md @@ -19,10 +19,6 @@ Answer the following questions before running a `migrate` command: 2. What is the URL for the GitHub repository to add the workflow to? - __this repository__. The URL should follow the pattern with `:owner` and `:repo` replaced with your values. - ``` - export TARGET_URL= - ``` - 3. What is the source ### Steps @@ -30,7 +26,7 @@ Answer the following questions before running a `migrate` command: 1. Run the following `migrate` command in your codespace terminal: ```bash - $ gh actions-importer migrate bamboo build --target-url $TARGET_URL --output-dir tmp/migrate --source-file-path $SOURCE_FILE_PATH + $ gh actions-importer migrate bamboo build --target-url --output-dir tmp/migrate --source-file-path bamboo/bootstrap/source_files/bamboo/bamboo.yml ``` 2. The command will write the URL to the pull request that is created when the command succeeds.