From 4481eef856a0731b5bebfd5b91b4839ed1885839 Mon Sep 17 00:00:00 2001 From: Bree Dodd <40243716+breeldo@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:27:40 -0600 Subject: [PATCH] Add the output from the dry-run --- bamboo/3-dry-run.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bamboo/3-dry-run.md b/bamboo/3-dry-run.md index 5e5e447..74ccb8b 100644 --- a/bamboo/3-dry-run.md +++ b/bamboo/3-dry-run.md @@ -38,11 +38,13 @@ You will be performing a dry run against a single Bamboo pipeline. Answer the fo 3. The command will list all the files written to disk when the command succeeds. ```console - $ gh actions-importer dry-run bamboo build + Logs: 'tmp/dry-run/log/valet.log' + Output file(s): + tmp/dry-run/build/mars/sample_plan/.github/workflows/sample_plan.yml ``` 4. View the converted workflow: - - Find `tmp/dry-run/test_pipeline/.github/workflows` in the file explorer pane in your codespace. + - Find `tmp/dry-run/build/mars/sample_plan/.github/workflows` in the file explorer pane in your codespace. - Click `sample_plan.yml` to open. ## Inspect the output files